Home
last modified time | relevance | path

Searched refs:fgetvp_lookup_smr (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/sys/
H A Dfile.h283 int fgetvp_lookup_smr(int fd, struct nameidata *ndp, struct vnode **vpp, bool *fsearch);
/f-stack/freebsd/kern/
H A Dkern_descrip.c2953 fgetvp_lookup_smr(int fd, struct nameidata *ndp, struct vnode **vpp, bool *fsearch) in fgetvp_lookup_smr() function
3019 fgetvp_lookup_smr(int fd, struct nameidata *ndp, struct vnode **vpp, bool *fsearch) in fgetvp_lookup_smr() function
H A Dvfs_cache.c4055 error = fgetvp_lookup_smr(ndp->ni_dirfd, ndp, vpp, &fsearch); in cache_fplookup_dirfd()