Home
last modified time | relevance | path

Searched refs:fpl (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/sys/kern/
H A Dvfs_cache.c4907 fpl->tvp = fpl->dvp; in cache_fplookup_degenerate()
4908 fpl->tvp_seqc = fpl->dvp_seqc; in cache_fplookup_degenerate()
4959 fpl->tvp = fpl->dvp; in cache_fplookup_emptypath()
4960 fpl->tvp_seqc = fpl->dvp_seqc; in cache_fplookup_emptypath()
5164 fpl->tvp = fpl->dvp; in cache_fplookup_dot()
5165 fpl->tvp_seqc = fpl->dvp_seqc; in cache_fplookup_dot()
5830 fpl->tvp = fpl->dvp; in cache_fplookup_skip_slashes()
5831 fpl->tvp_seqc = fpl->dvp_seqc; in cache_fplookup_skip_slashes()
5872 MPASS(fpl->dvp == fpl->tvp); in cache_fplookup_trailingslash()
6133 fpl->dvp = fpl->tvp; in cache_fplookup_impl()
[all …]
H A Dvnode_if.src164 IN struct cache_fpl *fpl;
/freebsd-14.2/tools/test/stress2/misc/
H A Dpoll2.sh87 static volatile int done, frd, fwr, fpl;
104 fpl = 1;
107 fpl = 1;
120 fpl = 1;
128 fpl = 1;
148 while (fpl == 0)
159 fpl = 0;
176 fpl = 0;
/freebsd-14.2/sys/sys/
H A Dvnode.h668 int cache_symlink_resolve(struct cache_fpl *fpl, const char *string,