Home
last modified time | relevance | path

Searched refs:VFSTOUFS (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/sys/ufs/ufs/
H A Dufs_quota.c230 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 Dufs_extattr.c173 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 Dufsmount.h144 #define UFS_OPS(vp) (VFSTOUFS((vp)->v_mount)->um_ops)
182 #define VFSTOUFS(mp) ((struct ufsmount *)((mp)->mnt_data)) macro
H A Dufs_quota1.c279 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 Dufs_lookup.c767 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 Dufs_bmap.c344 ump = VFSTOUFS(vp->v_mount); in ufs_getlbns()
H A Dufs_dirhash.c225 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 Dufs_vnops.c971 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 Dufs_rename.c623 ump = VFSTOUFS(mp); in ufs_rename_recalculate_fulr()
H A Dufs_quota2.c267 struct ufsmount *ump = VFSTOUFS(mp); in quota2_umount()
/netbsd-src/sys/ufs/ffs/
H A Dffs_wapbl.c131 __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 Dffs_snapshot.c184 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 Dffs_vfsops.c195 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 Dffs_quota2.c49 struct ufsmount *ump = VFSTOUFS(mp); in ffs_quota2_mount()
H A Dffs_alloc.c1576 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 Dmfs_vfsops.c228 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 Dext2fs_vfsops.c343 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 Dext2fs_lookup.c835 struct ufsmount *ump = VFSTOUFS(dp->v_mount); in ext2fs_dirbadentry()
884 struct ufsmount *ump = VFSTOUFS(dvp->v_mount); in ext2fs_direnter()
H A Dext2fs_rename.c574 ump = VFSTOUFS(mp); in ext2fs_rename_recalculate_fulr()
/netbsd-src/sys/ufs/chfs/
H A Dchfs_vfsops.c132 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 Dchfs_vnode.c71 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 Dchfs_vnops.c98 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 Dchfs_write.c419 struct ufsmount *ump = VFSTOUFS(vp->v_mount); in chfs_do_link()
472 struct ufsmount *ump = VFSTOUFS(vp->v_mount); in chfs_do_unlink()