Home
last modified time | relevance | path

Searched refs:fsearch (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 Dvfs_cache.c3727 bool fsearch; member
4052 bool fsearch; in cache_fplookup_dirfd() local
4055 error = fgetvp_lookup_smr(ndp->ni_dirfd, ndp, vpp, &fsearch); in cache_fplookup_dirfd()
4059 fpl->fsearch = fsearch; in cache_fplookup_dirfd()
5582 if (fpl->fsearch) { in cache_fplookup_failed_vexec()
5790 fpl.fsearch = false; in cache_fplookup()
H A Dkern_descrip.c2953 fgetvp_lookup_smr(int fd, struct nameidata *ndp, struct vnode **vpp, bool *fsearch) in fgetvp_lookup_smr() argument
2981 *fsearch = ((fp->f_flag & FSEARCH) != 0); in fgetvp_lookup_smr()
3019 fgetvp_lookup_smr(int fd, struct nameidata *ndp, struct vnode **vpp, bool *fsearch) in fgetvp_lookup_smr() argument
3035 *fsearch = ((fp->f_flag & FSEARCH) != 0); in fgetvp_lookup_smr()