Home
last modified time | relevance | path

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

/freebsd-14.2/sys/fs/nullfs/
H A Dnull_vfsops.c198 error = null_nodeget(mp, lowerrootvp, &nullm_rootvp); in nullfs_mount()
315 error = null_nodeget(mp, mntdata->nullm_lowerrootvp, &vp); in nullfs_root()
410 return (null_nodeget(mp, *vpp, vpp)); in nullfs_vget()
422 return (null_nodeget(mp, *vpp, vpp)); in nullfs_fhtovp()
H A Dnull.h70 int null_nodeget(struct mount *mp, struct vnode *target, struct vnode **vpp);
H A Dnull_vnops.c355 error = null_nodeget(old_vps[0]->v_mount, **vppp, in null_bypass()
469 error = null_nodeget(mp, lvp, &vp); in null_lookup()
1013 error = null_nodeget(mp, ldvp, dvp); in null_vptocnp()
1118 error = null_nodeget(mp, lvp, &vp1); in null_vput_pair()
H A Dnull_subr.c191 null_nodeget(struct mount *mp, struct vnode *lowervp, struct vnode **vpp) in null_nodeget() function