Searched refs:MOUNTTONULLMOUNT (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/fs/nullfs/ |
| H A D | null_vfsops.c | 325 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 D | null_subr.c | 243 error = getnewvnode("nullfs", mp, (MOUNTTONULLMOUNT(mp)->nullm_flags & in null_nodeget() 284 if (lowervp == MOUNTTONULLMOUNT(mp)->nullm_lowerrootvp) in null_nodeget()
|
| H A D | null.h | 66 #define MOUNTTONULLMOUNT(mp) ((struct null_mount *)((mp)->mnt_data)) macro
|
| H A D | null_vnops.c | 926 xmp = MOUNTTONULLMOUNT(mp); in null_want_recycle()
|