Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_cache.c4524 fpl->tvp = fpl->dvp; in cache_fplookup_degenerate()
4525 fpl->tvp_seqc = fpl->dvp_seqc; in cache_fplookup_degenerate()
4733 fpl->tvp = fpl->dvp; in cache_fplookup_dot()
4734 fpl->tvp_seqc = fpl->dvp_seqc; in cache_fplookup_dot()
4804 fpl->tvp_seqc = vn_seqc_read_any(fpl->tvp); in cache_fplookup_dotdot()
4967 fpl->dvp = cache_fpl_handle_root(fpl); in cache_fplookup_symlink()
5371 fpl->tvp = fpl->dvp; in cache_fplookup_skip_slashes()
5372 fpl->tvp_seqc = fpl->dvp_seqc; in cache_fplookup_skip_slashes()
5413 MPASS(fpl->dvp == fpl->tvp); in cache_fplookup_trailingslash()
5666 fpl->dvp = fpl->tvp; in cache_fplookup_impl()
[all …]
H A Dvnode_if.src165 IN struct cache_fpl *fpl;
/f-stack/freebsd/sys/
H A Dvnode.h653 int cache_symlink_resolve(struct cache_fpl *fpl, const char *string,