Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dfile.h296 int fgetvp_lookup_smr(struct nameidata *ndp, struct vnode **vpp, bool *fsearch);
/freebsd/sys/kern/
H A Dvfs_cache.c4182 bool fsearch; member
4507 bool fsearch; in cache_fplookup_dirfd() local
4512 error = fgetvp_lookup_smr(ndp, vpp, &fsearch); in cache_fplookup_dirfd()
4516 fpl->fsearch = fsearch; in cache_fplookup_dirfd()
6116 if (fpl->fsearch) { in cache_fplookup_failed_vexec()
6321 fpl.fsearch = false; in cache_fplookup()
H A Dkern_descrip.c2999 fgetvp_lookup_smr(struct nameidata *ndp, struct vnode **vpp, bool *fsearch) in fgetvp_lookup_smr() argument
3029 *fsearch = ((fp->f_flag & FSEARCH) != 0); in fgetvp_lookup_smr()
3067 fgetvp_lookup_smr(struct nameidata *ndp, struct vnode **vpp, bool *fsearch) in fgetvp_lookup_smr() argument
3085 *fsearch = ((fp->f_flag & FSEARCH) != 0); in fgetvp_lookup_smr()