Searched refs:null_nodeget (Results 1 – 4 of 4) sorted by relevance
| /src/sys/fs/nullfs/ |
| H A D | null_vfsops.c | 198 error = null_nodeget(mp, lowerrootvp, &nullm_rootvp); in nullfs_mount() 323 error = null_nodeget(mp, mntdata->nullm_lowerrootvp, &vp); in nullfs_root() 413 return (null_nodeget(mp, *vpp, vpp)); in nullfs_vget() 425 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() 1086 error = null_nodeget(mp, ldvp, dvp); in null_vptocnp() 1191 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
|