Searched refs:MOUNTTONULLMOUNT (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/fs/nullfs/ |
H A D | null_vfsops.c | 305 mntdata = MOUNTTONULLMOUNT(mp); in nullfs_root() 327 mntdata = MOUNTTONULLMOUNT(mp); in nullfs_quotactl() 357 (void *)MOUNTTONULLMOUNT(mp)->nullm_rootvp, in nullfs_statfs() 358 (void *)NULLVPTOLOWERVP(MOUNTTONULLMOUNT(mp)->nullm_rootvp)); in nullfs_statfs() 362 error = VFS_STATFS(MOUNTTONULLMOUNT(mp)->nullm_vfs, mstat); in nullfs_statfs() 398 error = VFS_VGET(MOUNTTONULLMOUNT(mp)->nullm_vfs, ino, flags, vpp); in nullfs_vget() 409 error = VFS_FHTOVP(MOUNTTONULLMOUNT(mp)->nullm_vfs, fidp, flags, in nullfs_fhtovp() 421 return (VFS_EXTATTRCTL(MOUNTTONULLMOUNT(mp)->nullm_vfs, cmd, in nullfs_extattrctl()
|
H A D | null.h | 62 #define MOUNTTONULLMOUNT(mp) ((struct null_mount *)((mp)->mnt_data)) macro
|
H A D | null_subr.c | 248 if (lowervp == MOUNTTONULLMOUNT(mp)->nullm_lowerrootvp) in null_nodeget()
|
H A D | null_vnops.c | 849 xmp = MOUNTTONULLMOUNT(mp); in null_want_recycle()
|