Home
last modified time | relevance | path

Searched refs:MOUNTTONULLMOUNT (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/fs/nullfs/
H A Dnull_vfsops.c325 mntdata = MOUNTTONULLMOUNT(mp); in nullfs_root()
347 mntdata = MOUNTTONULLMOUNT(mp); in nullfs_quotactl()
377 (void *)MOUNTTONULLMOUNT(mp)->nullm_rootvp, in nullfs_statfs()
378 (void *)NULLVPTOLOWERVP(MOUNTTONULLMOUNT(mp)->nullm_rootvp)); in nullfs_statfs()
382 error = VFS_STATFS(MOUNTTONULLMOUNT(mp)->nullm_vfs, mstat); in nullfs_statfs()
418 error = VFS_VGET(MOUNTTONULLMOUNT(mp)->nullm_vfs, ino, flags, vpp); in nullfs_vget()
429 error = VFS_FHTOVP(MOUNTTONULLMOUNT(mp)->nullm_vfs, fidp, flags, in nullfs_fhtovp()
441 return (VFS_EXTATTRCTL(MOUNTTONULLMOUNT(mp)->nullm_vfs, cmd, in nullfs_extattrctl()
H A Dnull_subr.c243 error = getnewvnode("nullfs", mp, (MOUNTTONULLMOUNT(mp)->nullm_flags & in null_nodeget()
284 if (lowervp == MOUNTTONULLMOUNT(mp)->nullm_lowerrootvp) in null_nodeget()
H A Dnull.h66 #define MOUNTTONULLMOUNT(mp) ((struct null_mount *)((mp)->mnt_data)) macro
H A Dnull_vnops.c926 xmp = MOUNTTONULLMOUNT(mp); in null_want_recycle()