HomeSort by: relevance | last modified time | path
    Searched defs:ump (Results 1 - 25 of 57) sorted by relevancy

1 2 3

  /src/sys/ufs/ffs/
ffs_quota2.c 49 struct ufsmount *ump = VFSTOUFS(mp); local in function:ffs_quota2_mount
50 struct fs *fs = ump->um_fs;
58 ump->um_flags |= UFS_QUOTA2;
59 ump->umq2_bsize = fs->fs_bsize;
60 ump->umq2_bmask = fs->fs_qbmask;
80 ump->um_quotas[USRQUOTA] == NULLVP) {
88 ump->um_quotas[USRQUOTA] = vp;
89 ump->um_cred[USRQUOTA] = l->l_cred;
96 ump->um_quotas[GRPQUOTA] == NULLVP) {
100 vn_close(ump->um_quotas[USRQUOTA]
    [all...]
ffs_vnops.c 514 struct ufsmount *ump = ip->i_ump; local in function:ffs_reclaim
537 if (ump->um_fstype == UFS1)
ffs_balloc.c 117 struct ufsmount *ump = ip->i_ump; local in function:ffs_balloc_ufs1
152 mutex_enter(&ump->um_lock);
228 mutex_enter(&ump->um_lock);
248 mutex_enter(&ump->um_lock);
284 mutex_enter(&ump->um_lock);
331 mutex_enter(&ump->um_lock);
392 mutex_enter(&ump->um_lock);
535 struct ufsmount *ump = ip->i_ump; local in function:ffs_balloc_ufs2
546 KASSERT((ump->um_flags & UFS_EA) != 0 || (flags & IO_EXT) == 0);
578 mutex_enter(&ump->um_lock)
    [all...]
ffs_inode.c 222 struct ufsmount *ump = oip->i_ump; local in function:ffs_truncate
227 UFS_WAPBL_JLOCK_ASSERT(ump->um_mountp);
291 (oip->i_size < ump->um_maxsymlinklen ||
292 (ump->um_maxsymlinklen == 0 && datablocks == 0))) {
306 if (length > ump->um_maxfilesize)
  /src/sys/fs/udf/
udf_strat_bootstrap.c 69 #define PRIV(ump) ((struct strat_private *) ump->strategy_private)
107 struct udf_mount *ump = args->ump; local in function:udf_queuebuf_bootstrap
110 KASSERT(ump);
115 VOP_STRATEGY(ump->devvp, buf);
udf_strat_direct.c 70 #define PRIV(ump) ((struct strat_private *) ump->strategy_private)
131 struct udf_mount *ump = args->ump; local in function:udf_getblank_nodedscr_direct
132 struct strat_private *priv = PRIV(ump);
135 lb_size = udf_rw32(ump->logical_vol->lb_size);
147 struct udf_mount *ump = args->ump; local in function:udf_free_nodedscr_direct
148 struct strat_private *priv = PRIV(ump);
159 struct udf_mount *ump = args->ump local in function:udf_read_nodedscr_direct
188 struct udf_mount *ump = args->ump; local in function:udf_write_nodedscr_direct
237 struct udf_mount *ump = args->ump; local in function:udf_queue_buf_direct
398 struct udf_mount *ump = args->ump; local in function:udf_sync_caches_direct
407 struct udf_mount *ump = args->ump; local in function:udf_discstrat_init_direct
433 struct udf_mount *ump = args->ump; local in function:udf_discstrat_finish_direct
    [all...]
udf_rename.c 367 udf_dir_detach(tdnode->ump, tdnode, tnode, tcnp);
377 error = udf_dir_attach(tdnode->ump, tdnode, fnode, &fvap, tcnp);
382 error = udf_dir_detach(tdnode->ump, fdnode, fnode, fcnp);
388 error = udf_dir_update_rootentry(fnode->ump, fnode, tdnode);
398 udf_dir_attach(tdnode->ump, fdnode, fnode, &fvap, fcnp);
400 udf_dir_detach(tdnode->ump, tdnode, fnode, tcnp);
433 udf_dir_detach(dir_node->ump, dir_node, udf_node, cnp);
481 error = udf_get_node(dir_node->ump, &icb_loc, &res_node, LK_EXCLUSIVE);
518 struct udf_mount *ump; local in function:udf_gro_genealogy
553 ump = VTOI(tdvp)->ump
    [all...]
  /src/sys/ufs/chfs/
chfs_write.c 419 struct ufsmount *ump = VFSTOUFS(vp->v_mount); local in function:chfs_do_link
420 struct chfs_mount *chmp = ump->um_chfs;
472 struct ufsmount *ump = VFSTOUFS(vp->v_mount); local in function:chfs_do_unlink
473 struct chfs_mount *chmp = ump->um_chfs;
chfs_vnode.c 71 struct ufsmount* ump = VFSTOUFS(mp); local in function:chfs_readvnode
72 struct chfs_mount *chmp = ump->um_chfs;
143 struct ufsmount *ump = VFSTOUFS(mp); local in function:chfs_readdirent
144 struct chfs_mount *chmp = ump->um_chfs;
198 struct ufsmount* ump = VFSTOUFS(dvp->v_mount); local in function:chfs_makeinode
199 struct chfs_mount* chmp = ump->um_chfs;
  /src/sys/ufs/lfs/
ulfs_bmap.c 140 struct ulfsmount *ump; local in function:ulfs_bmaparray
150 ump = ip->i_ump;
169 if (ump->um_fstype == ULFS1)
196 if (ump->um_fstype == ULFS1) {
227 if (ump->um_fstype == ULFS1)
287 if (ump->um_fstype == ULFS1) {
355 struct ulfsmount *ump; local in function:ulfs_getlbns
361 ump = VFSTOULFS(vp->v_mount);
362 fs = ump->um_lfs;
ulfs_quota1.c 279 struct ulfsmount *ump = VFSTOULFS(mp); local in function:lfsquota1_umount
280 struct lfs *fs = ump->um_lfs;
290 if (ump->um_quotas[i] != NULLVP) {
291 lfsquota1_handle_cmd_quotaoff(l, ump, i);
305 lfsquota1_handle_cmd_quotaon(struct lwp *l, struct ulfsmount *ump, int type,
308 struct mount *mp = ump->um_mountp;
309 struct lfs *fs = ump->um_lfs;
322 vpp = &ump->um_quotas[type];
341 lfsquota1_handle_cmd_quotaoff(l, ump, type);
343 while ((ump->umq1_qflags[type] & (QTF_CLOSING | QTF_OPENING)) != 0
740 struct ulfsmount *ump = VFSTOULFS(mp); local in function:lfs_q1sync
    [all...]
lfs_rename.c 342 struct ulfsmount *ump; local in function:ulfs_rename_recalculate_fulr
365 ump = VFSTOULFS(mp);
366 fs = ump->um_lfs;
367 KASSERT(ump != NULL);
368 KASSERT(ump == VTOI(dvp)->i_ump);
lfs_syscalls.c 224 struct ulfsmount *ump; local in function:lfs_markv
245 ump = VFSTOULFS(mntp);
246 fs = ump->um_lfs;
639 struct ulfsmount *ump; local in function:lfs_bmapv
657 ump = VFSTOULFS(mntp);
658 fs = ump->um_lfs;
969 struct ulfsmount *ump; local in function:lfs_fastvget
973 ump = VFSTOULFS(mp);
974 fs = ump->um_lfs;
ulfs_quota.c 231 struct ulfsmount *ump = VFSTOULFS(mp); local in function:quota_handle_cmd_stat
232 struct lfs *fs = ump->um_lfs;
270 struct ulfsmount *ump = VFSTOULFS(mp); local in function:quota_handle_cmd_idtypestat
271 struct lfs *fs = ump->um_lfs;
304 struct ulfsmount *ump = VFSTOULFS(mp); local in function:quota_handle_cmd_objtypestat
305 struct lfs *fs = ump->um_lfs;
352 struct ulfsmount *ump = VFSTOULFS(mp); local in function:quota_handle_cmd_get
353 struct lfs *fs = ump->um_lfs;
369 error = lfsquota1_handle_cmd_get(ump, qk, qv);
375 error = lfsquota2_handle_cmd_get(ump, qk, qv)
390 struct ulfsmount *ump = VFSTOULFS(mp); local in function:quota_handle_cmd_put
439 struct ulfsmount *ump = VFSTOULFS(mp); local in function:quota_handle_cmd_del
483 struct ulfsmount *ump = VFSTOULFS(mp); local in function:quota_handle_cmd_cursorget
519 struct ulfsmount *ump = VFSTOULFS(mp); local in function:quota_handle_cmd_cursoropen
548 struct ulfsmount *ump = VFSTOULFS(mp); local in function:quota_handle_cmd_cursorclose
576 struct ulfsmount *ump = VFSTOULFS(mp); local in function:quota_handle_cmd_cursorskipidtype
600 struct ulfsmount *ump = VFSTOULFS(mp); local in function:quota_handle_cmd_cursoratend
624 struct ulfsmount *ump = VFSTOULFS(mp); local in function:quota_handle_cmd_cursorrewind
646 struct ulfsmount *ump = VFSTOULFS(mp); local in function:quota_handle_cmd_quotaon
675 struct ulfsmount *ump = VFSTOULFS(mp); local in function:quota_handle_cmd_quotaoff
764 struct ulfsmount *ump = ip->i_ump; local in function:lfs_getinoquota
971 struct ulfsmount *ump = VFSTOULFS(mp); local in function:lfs_qsync
    [all...]
  /src/sys/ufs/ufs/
ufs_bmap.c 59 ufs_issequential(const struct ufsmount *ump, daddr_t daddr0, daddr_t daddr1)
66 return (daddr0 + ump->um_seqinc == daddr1);
120 struct ufsmount *ump; local in function:ufs_bmaparray
129 ump = ip->i_ump;
147 if (ump->um_fstype == UFS1)
149 UFS_MPNEEDSWAP(ump));
152 UFS_MPNEEDSWAP(ump));
153 *bnp = blkptrtodb(ump, daddr);
164 daddr < ump->um_seqinc) {
169 *bnp = blkptrtodb(ump, bn * ump->um_seqinc)
339 struct ufsmount *ump; local in function:ufs_getlbns
    [all...]
ufs_quota1.c 279 struct ufsmount *ump = VFSTOUFS(mp); local in function:quota1_umount
282 if ((ump->um_flags & UFS_QUOTA) == 0)
289 if (ump->um_quotas[i] != NULLVP) {
290 quota1_handle_cmd_quotaoff(l, ump, i);
304 quota1_handle_cmd_quotaon(struct lwp *l, struct ufsmount *ump, int type,
307 struct mount *mp = ump->um_mountp;
317 if (ump->um_flags & UFS_QUOTA2) {
329 vpp = &ump->um_quotas[type];
348 quota1_handle_cmd_quotaoff(l, ump, type);
350 while ((ump->umq1_qflags[type] & (QTF_CLOSING | QTF_OPENING)) != 0
750 struct ufsmount *ump = VFSTOUFS(mp); local in function:q1sync
    [all...]
ufs_rename.c 599 struct ufsmount *ump; local in function:ufs_rename_recalculate_fulr
623 ump = VFSTOUFS(mp);
624 KASSERT(ump != NULL);
625 KASSERT(ump == VTOI(dvp)->i_ump);
627 needswap = UFS_MPNEEDSWAP(ump);
629 dirblksiz = ump->um_dirblksiz;
ufs_quota.c 230 struct ufsmount *ump = VFSTOUFS(mp); local in function:quota_handle_cmd_stat
236 if ((ump->um_flags & (UFS_QUOTA|UFS_QUOTA2)) == 0)
240 if (ump->um_flags & UFS_QUOTA) {
252 if (ump->um_flags & UFS_QUOTA2) {
268 struct ufsmount *ump = VFSTOUFS(mp); local in function:quota_handle_cmd_idtypestat
277 if ((ump->um_flags & (UFS_QUOTA|UFS_QUOTA2)) == 0)
301 struct ufsmount *ump = VFSTOUFS(mp); local in function:quota_handle_cmd_objtypestat
311 if ((ump->um_flags & (UFS_QUOTA|UFS_QUOTA2)) == 0)
348 struct ufsmount *ump = VFSTOUFS(mp); local in function:quota_handle_cmd_get
357 if ((ump->um_flags & (UFS_QUOTA|UFS_QUOTA2)) == 0
385 struct ufsmount *ump = VFSTOUFS(mp); local in function:quota_handle_cmd_put
433 struct ufsmount *ump = VFSTOUFS(mp); local in function:quota_handle_cmd_del
476 struct ufsmount *ump = VFSTOUFS(mp); local in function:quota_handle_cmd_cursorget
511 struct ufsmount *ump = VFSTOUFS(mp); local in function:quota_handle_cmd_cursoropen
538 struct ufsmount *ump = VFSTOUFS(mp); local in function:quota_handle_cmd_cursorclose
565 struct ufsmount *ump = VFSTOUFS(mp); local in function:quota_handle_cmd_cursorskipidtype
588 struct ufsmount *ump = VFSTOUFS(mp); local in function:quota_handle_cmd_cursoratend
611 struct ufsmount *ump = VFSTOUFS(mp); local in function:quota_handle_cmd_cursorrewind
632 struct ufsmount *ump = VFSTOUFS(mp); local in function:quota_handle_cmd_quotaon
660 struct ufsmount *ump = VFSTOUFS(mp); local in function:quota_handle_cmd_quotaoff
748 struct ufsmount *ump = ip->i_ump; local in function:getinoquota
953 struct ufsmount *ump = VFSTOUFS(mp); local in function:qsync
    [all...]
  /src/sys/ufs/ext2fs/
ext2fs_bmap.c 92 #define is_sequential(ump, a, b) ((b) == (a) + ump->um_seqinc)
208 struct ufsmount *ump; local in function:ext2fs_bmaparray
217 ump = ip->i_ump;
236 *bnp = blkptrtodb(ump, fs2h32(ip->i_e2fs_blocks[bn]));
242 is_sequential(ump, (daddr_t)fs2h32(ip->i_e2fs_blocks[bn - 1]),
311 bp->b_blkno = blkptrtodb(ump, daddr);
326 bn < MNINDIR(ump) && *runp < maxrun &&
327 is_sequential(ump, ((int32_t *)bp->b_data)[bn - 1],
334 daddr = blkptrtodb(ump, daddr)
    [all...]
ext2fs_readwrite.c 105 struct ufsmount *ump; local in function:ext2fs_read
112 ump = ip->i_ump;
123 if ((uint64_t)uio->uio_offset > ump->um_maxfilesize)
156 struct ufsmount *ump; local in function:ext2fs_bufrd
169 ump = ip->i_ump;
174 ext2fs_size(ip) >= ump->um_maxsymlinklen);
175 KASSERT(vp->v_type != VLNK || ump->um_maxsymlinklen != 0 ||
178 if (uio->uio_offset > ump->um_maxfilesize)
269 struct ufsmount *ump; local in function:ext2fs_write
283 ump = ip->i_ump
364 struct ufsmount *ump; local in function:ext2fs_bufwr
    [all...]
ext2fs_inode.c 302 struct ufsmount *ump = oip->i_ump; local in function:ext2fs_truncate
313 (ext2fs_size(oip) < ump->um_maxsymlinklen ||
314 (ump->um_maxsymlinklen == 0 && ext2fs_nblock(oip) == 0))) {
327 if (length > ump->um_maxfilesize)
ext2fs_rename.c 551 struct ufsmount *ump; local in function:ext2fs_rename_recalculate_fulr
574 ump = VFSTOUFS(mp);
575 KASSERT(ump != NULL);
576 KASSERT(ump == VTOI(dvp)->i_ump);
578 dirblksiz = ump->um_dirblksiz;
ext2fs_vnops.c 875 struct ufsmount *ump = ip->i_ump; local in function:ext2fs_readlink
879 if (isize < ump->um_maxsymlinklen ||
880 (ump->um_maxsymlinklen == 0 && ext2fs_nblock(ip) == 0)) {
  /src/sys/ufs/mfs/
mfs_vfsops.c 194 struct ufsmount *ump; local in function:mfs_mountroot
224 ump = VFSTOUFS(mp);
225 fs = ump->um_fs;
244 struct ufsmount *ump; local in function:mfs_mount
260 ump = VFSTOUFS(mp);
261 if (ump == NULL)
264 vp = ump->um_devvp;
294 ump = VFSTOUFS(mp);
295 fs = ump->um_fs;
338 ump = VFSTOUFS(mp)
    [all...]
  /src/sys/fs/unionfs/
unionfs_subr.c 72 struct unionfs_mount *ump; local in function:unionfs_nodeget
78 ump = MOUNTTOUNIONFSMOUNT(mp);
88 if ((uppervp == NULLVP || ump->um_uppervp != uppervp) ||
89 (lowervp == NULLVP || ump->um_lowervp != lowervp)) {
126 if ((uppervp != NULLVP && ump->um_uppervp == uppervp) &&
127 (lowervp != NULLVP && ump->um_lowervp == lowervp))
232 unionfs_create_uppervattr_core(struct unionfs_mount *ump,
242 switch (ump->um_copymode) {
249 if (ump->um_uid == lva->va_uid) {
251 uva->va_mode |= (lva->va_type == VDIR ? ump->um_udir : ump->um_ufile) & 0700
596 struct unionfs_mount *ump; local in function:unionfs_vn_create_on_upper
    [all...]

Completed in 26 milliseconds

1 2 3