| /netbsd-src/sys/ufs/ufs/ |
| H A D | ufs_quota.c | 230 struct ufsmount *ump = VFSTOUFS(mp); in quota_handle_cmd_stat() 268 struct ufsmount *ump = VFSTOUFS(mp); in quota_handle_cmd_idtypestat() 301 struct ufsmount *ump = VFSTOUFS(mp); in quota_handle_cmd_objtypestat() 348 struct ufsmount *ump = VFSTOUFS(mp); in quota_handle_cmd_get() 385 struct ufsmount *ump = VFSTOUFS(mp); in quota_handle_cmd_put() 433 struct ufsmount *ump = VFSTOUFS(mp); in quota_handle_cmd_del() 476 struct ufsmount *ump = VFSTOUFS(mp); in quota_handle_cmd_cursorget() 511 struct ufsmount *ump = VFSTOUFS(mp); in quota_handle_cmd_cursoropen() 538 struct ufsmount *ump = VFSTOUFS(mp); in quota_handle_cmd_cursorclose() 565 struct ufsmount *ump = VFSTOUFS(mp); in quota_handle_cmd_cursorskipidtype() [all …]
|
| H A D | ufs_extattr.c | 173 struct ufsmount *ump = VFSTOUFS(mp); in ufs_extattr_autocreate_attr() 374 ump = VFSTOUFS(mp); in ufs_extattr_start() 617 error = ufs_extattr_iterate_directory(VFSTOUFS(mp), in ufs_extattr_subdir() 718 struct ufsmount *ump = VFSTOUFS(mp); in ufs_extattr_stop() 884 struct ufsmount *ump = VFSTOUFS(mp); in ufs_extattrctl() 954 struct ufsmount *ump = VFSTOUFS(mp); in ufs_extattr_get_header() 1042 struct ufsmount *ump = VFSTOUFS(mp); in ufs_getextattr() 1069 struct ufsmount *ump = VFSTOUFS(mp); in ufs_extattr_get() 1159 struct ufsmount *ump = VFSTOUFS(mp); in ufs_listextattr() 1187 struct ufsmount *ump = VFSTOUFS(mp); in ufs_extattr_list() [all …]
|
| H A D | ufsmount.h | 144 #define UFS_OPS(vp) (VFSTOUFS((vp)->v_mount)->um_ops) 182 #define VFSTOUFS(mp) ((struct ufsmount *)((mp)->mnt_data)) macro
|
| H A D | ufs_quota1.c | 279 struct ufsmount *ump = VFSTOUFS(mp); in quota1_umount() 660 struct ufsmount *ump = VFSTOUFS(mp); 709 struct ufsmount *ump = VFSTOUFS(mp); 750 struct ufsmount *ump = VFSTOUFS(mp); in q1sync()
|
| H A D | ufs_lookup.c | 767 const struct ufsmount *ump = VFSTOUFS(dp->v_mount); in ufs_dirbadentry() 863 const struct ufsmount *ump = VFSTOUFS(dvp->v_mount); in ufs_dirgrow() 921 const struct ufsmount *ump = VFSTOUFS(dvp->v_mount); in ufs_dircompact()
|
| H A D | ufs_bmap.c | 344 ump = VFSTOUFS(vp->v_mount); in ufs_getlbns()
|
| H A D | ufs_dirhash.c | 225 bmask = VFSTOUFS(vp->v_mount)->um_mountp->mnt_stat.f_iosize - 1; in ufsdirhash_build() 389 bmask = VFSTOUFS(vp->v_mount)->um_mountp->mnt_stat.f_iosize - 1; in ufsdirhash_lookup()
|
| H A D | ufs_vnops.c | 971 struct ufsmount *ump = VFSTOUFS(dvp->v_mount); in ufs_whiteout() 1570 struct ufsmount *ump = VFSTOUFS(vp->v_mount); in ufs_readdir() 1836 struct ufsmount *ump = VFSTOUFS(vp->v_mount); in ufs_readlink()
|
| H A D | ufs_rename.c | 623 ump = VFSTOUFS(mp); in ufs_rename_recalculate_fulr()
|
| H A D | ufs_quota2.c | 267 struct ufsmount *ump = VFSTOUFS(mp); in quota2_umount()
|
| /netbsd-src/sys/ufs/ffs/ |
| H A D | ffs_wapbl.c | 131 __func__, VFSTOUFS(mp)->um_fs->fs_fsmnt, in ffs_wapbl_replay_finish() 140 __func__, VFSTOUFS(mp)->um_fs->fs_fsmnt, in ffs_wapbl_replay_finish() 156 __func__, VFSTOUFS(mp)->um_fs->fs_fsmnt, in ffs_wapbl_replay_finish() 175 struct ufsmount *ump = VFSTOUFS(mp); in ffs_wapbl_sync_metadata() 206 struct ufsmount *ump = VFSTOUFS(mp); in ffs_wapbl_abort_sync_metadata() 225 struct ufsmount *ump = VFSTOUFS(mp); in wapbl_remove_log() 313 struct ufsmount *ump = VFSTOUFS(mp); in ffs_wapbl_start() 337 VFSTOUFS(mp)->um_fs->fs_fsmnt); in ffs_wapbl_start() 438 struct ufsmount *ump = VFSTOUFS(mp); in ffs_wapbl_stop() 543 struct ufsmount *ump = VFSTOUFS(m in wapbl_log_position() [all...] |
| H A D | ffs_snapshot.c | 184 struct fs *fs = VFSTOUFS(mp)->um_fs; 187 struct snap_info *si = VFSTOUFS(mp)->um_snapinfo; 429 struct fs *fs = VFSTOUFS(mp)->um_fs; 565 struct fs *copyfs, *fs = VFSTOUFS(mp)->um_fs; 662 struct fs *fs = VFSTOUFS(mp)->um_fs; 775 struct fs *fs = VFSTOUFS(mp)->um_fs; 778 struct snap_info *si = VFSTOUFS(mp)->um_snapinfo; 846 struct fs *copyfs, *fs = VFSTOUFS(mp)->um_fs; 1254 const int wbreak = blocks_in_journal(VFSTOUFS(mp)->um_fs)/8; 1318 const int wbreak = blocks_in_journal(VFSTOUFS(mp)->um_fs)/8; [all …]
|
| H A D | ffs_vfsops.c | 195 struct fs *fs = VFSTOUFS(mp)->um_fs; in ffs_checkrange() 211 struct ufsmount *ump = VFSTOUFS(mp); in ffs_checkrange() 390 ump = VFSTOUFS(mp); in ffs_mountroot() 405 ump = VFSTOUFS(mp); in ffs_acls() 482 ump = VFSTOUFS(mp); in ffs_mount() 617 ump = VFSTOUFS(mp); in ffs_mount() 632 ump = VFSTOUFS(mp); in ffs_mount() 829 ump = VFSTOUFS(mp); in ffs_reload() 1765 struct ufsmount *ump = VFSTOUFS(mp); in ffs_unmount() 1847 ump = VFSTOUFS(m in ffs_flushfiles() [all...] |
| H A D | ffs_quota2.c | 49 struct ufsmount *ump = VFSTOUFS(mp); in ffs_quota2_mount()
|
| H A D | ffs_alloc.c | 1576 ump = VFSTOUFS(spec_node_getmountedfs(devvp)); in ffs_blkfree_cg() 1743 ump = VFSTOUFS(spec_node_getmountedfs(devvp)); in ffs_blkfree() 1848 ump = VFSTOUFS(devvp->v_mount); in ffs_blkfree_snap() 1996 struct ufsmount *ump = VFSTOUFS(mp); in ffs_freefile() 2048 ump = VFSTOUFS(devvp->v_mount); in ffs_freefile_snap()
|
| /netbsd-src/sys/ufs/mfs/ |
| H A D | mfs_vfsops.c | 228 ump = VFSTOUFS(mp); in mfs_mountroot() 264 ump = VFSTOUFS(mp); in mfs_mount() 298 ump = VFSTOUFS(mp); in mfs_mount() 342 ump = VFSTOUFS(mp); in mfs_mount() 382 vp = VFSTOUFS(mp)->um_devvp; in mfs_start()
|
| /netbsd-src/sys/ufs/ext2fs/ |
| H A D | ext2fs_vfsops.c | 343 ump = VFSTOUFS(mp); in ext2fs_mountroot() 374 ump = VFSTOUFS(mp); in ext2fs_mount() 408 ump = VFSTOUFS(mp); in ext2fs_mount() 424 ump = VFSTOUFS(mp); in ext2fs_mount() 476 ump = VFSTOUFS(mp); in ext2fs_mount() 490 ump = VFSTOUFS(mp); in ext2fs_mount() 616 ump = VFSTOUFS(mp); in ext2fs_reload() 836 ump = VFSTOUFS(mp); in ext2fs_unmount() 885 ump = VFSTOUFS(mp); in ext2fs_statvfs() 969 struct ufsmount *ump = VFSTOUFS(m in ext2fs_sync() [all...] |
| H A D | ext2fs_lookup.c | 835 struct ufsmount *ump = VFSTOUFS(dp->v_mount); in ext2fs_dirbadentry() 884 struct ufsmount *ump = VFSTOUFS(dvp->v_mount); in ext2fs_direnter()
|
| H A D | ext2fs_rename.c | 574 ump = VFSTOUFS(mp); in ext2fs_rename_recalculate_fulr()
|
| /netbsd-src/sys/ufs/chfs/ |
| H A D | chfs_vfsops.c | 132 ump = VFSTOUFS(mp); in chfs_mount() 191 ump = VFSTOUFS(mp); in chfs_mount() 399 ump = VFSTOUFS(mp); in chfs_unmount() 486 ump = VFSTOUFS(mp); in chfs_loadvnode() 710 ump = VFSTOUFS(mp); in chfs_statvfs()
|
| H A D | chfs_vnode.c | 71 struct ufsmount* ump = VFSTOUFS(mp); in chfs_readvnode() 143 struct ufsmount *ump = VFSTOUFS(mp); in chfs_readdirent() 198 struct ufsmount* ump = VFSTOUFS(dvp->v_mount); in chfs_makeinode()
|
| H A D | chfs_vnops.c | 98 ump = VFSTOUFS(dvp->v_mount); in chfs_lookup() 232 ump = VFSTOUFS(dvp->v_mount); in chfs_mknod() 459 struct ufsmount *ump = VFSTOUFS(vp->v_mount); in chfs_setattr() 1276 ump = VFSTOUFS(dvp->v_mount); in chfs_symlink() 1383 ump = VFSTOUFS(vp->v_mount); in chfs_readdir()
|
| H A D | chfs_write.c | 419 struct ufsmount *ump = VFSTOUFS(vp->v_mount); in chfs_do_link() 472 struct ufsmount *ump = VFSTOUFS(vp->v_mount); in chfs_do_unlink()
|