Searched refs:null_nodeget (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/fs/nullfs/ |
| H A D | null_vfsops.c | 198 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 D | null.h | 70 int null_nodeget(struct mount *mp, struct vnode *target, struct vnode **vpp);
|
| H A D | null_vnops.c | 355 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 D | null_subr.c | 191 null_nodeget(struct mount *mp, struct vnode *lowervp, struct vnode **vpp) in null_nodeget() function
|