/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_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_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...] |
/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_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);
|
/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_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;
|
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_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...] |
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...] |
/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_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_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...] |
/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_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_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...] |
/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...] |