Lines Matching refs:vnode_mount

96 	null_mp = MOUNTTONULLMOUNT(vnode_mount(vp));  in nullfs_isspecialvp()
113 null_mp = MOUNTTONULLMOUNT(vnode_mount(vp)); in nullfs_checkspecialvp()
159 mount_t mp = vnode_mount(args->a_vp); in nullfs_special_getattr()
263 struct null_mount * null_mp = MOUNTTONULLMOUNT(vnode_mount(args->a_vp)); in nullfs_getattr()
284 VATTR_RETURN(args->a_vap, va_fsid, vfs_statfs(vnode_mount(args->a_vp))->f_fsid.val[0]); in nullfs_getattr()
287 VATTR_RETURN(args->a_vap, va_fsid64, vfs_statfs(vnode_mount(args->a_vp))->f_fsid); in nullfs_getattr()
333 mount_t mp = vnode_mount(args->a_vp); in nullfs_open()
359 mount_t mp = vnode_mount(args->a_vp); in nullfs_close()
392 mount_t mp = vnode_mount(lvp); in null_get_lowerparent()
436 struct mount * mp = vnode_mount(dvp); in null_special_lookup()
572 mp = vnode_mount(dvp); in null_lookup()
664 struct null_mount * null_mp = MOUNTTONULLMOUNT(vnode_mount(ap->a_vp)); in null_reclaim()
738 struct null_mount * null_mp = MOUNTTONULLMOUNT(vnode_mount(vp)); in nullfs_special_readdir()
830 struct null_mount * null_mp = MOUNTTONULLMOUNT(vnode_mount(ap->a_vp)); in nullfs_readdir()
863 struct null_mount * null_mp = MOUNTTONULLMOUNT(vnode_mount(ap->a_vp)); in nullfs_readlink()
906 struct null_mount * null_mp = MOUNTTONULLMOUNT(vnode_mount(args->a_vp)); in nullfs_mmap()
932 struct null_mount * null_mp = MOUNTTONULLMOUNT(vnode_mount(args->a_vp)); in nullfs_mnomap()
958 struct null_mount * null_mp = MOUNTTONULLMOUNT(vnode_mount(args->a_vp)); in nullfs_getxattr()
984 struct null_mount * null_mp = MOUNTTONULLMOUNT(vnode_mount(args->a_vp)); in nullfs_listxattr()
1011 struct null_mount * null_mp = MOUNTTONULLMOUNT(vnode_mount(ap->a_vp)); in nullfs_pagein()
1114 struct null_mount * null_mp = MOUNTTONULLMOUNT(vnode_mount(ap->a_vp)); in nullfs_read()
1185 mount_t mp = vnode_mount(in_vp); in nullfs_getbackingvnode()