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.c305 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 Dnull.h62 #define MOUNTTONULLMOUNT(mp) ((struct null_mount *)((mp)->mnt_data)) macro
H A Dnull_subr.c248 if (lowervp == MOUNTTONULLMOUNT(mp)->nullm_lowerrootvp) in null_nodeget()
H A Dnull_vnops.c849 xmp = MOUNTTONULLMOUNT(mp); in null_want_recycle()