Searched refs:null_nodeget (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/fs/nullfs/ |
| H A D | null_vfsops.c | 206 error = null_nodeget(mp, lowerrootvp, &nullm_rootvp); in nullfs_mount() 331 error = null_nodeget(mp, mntdata->nullm_lowerrootvp, &vp); in nullfs_root() 421 return (null_nodeget(mp, *vpp, vpp)); in nullfs_vget() 433 return (null_nodeget(mp, *vpp, vpp)); in nullfs_fhtovp()
|
| H A D | null.h | 73 int null_nodeget(struct mount *mp, struct vnode *target, struct vnode **vpp);
|
| H A D | null_vnops.c | 382 error = null_nodeget(old_vps[0]->v_mount, **vppp, in null_bypass() 504 error = null_nodeget(mp, lvp, &vp); in null_lookup() 1098 error = null_nodeget(mp, ldvp, dvp); in null_vptocnp() 1203 error = null_nodeget(mp, lvp, &vp1); in null_vput_pair()
|
| H A D | null_subr.c | 219 null_nodeget(struct mount *mp, struct vnode *lowervp, struct vnode **vpp) in null_nodeget() function
|