Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_cache.c4275 static bool cache_fplookup_is_mp(struct cache_fpl *fpl);
4276 static int cache_fplookup_cross_mount(struct cache_fpl *fpl);
4277 static int cache_fplookup_partial_setup(struct cache_fpl *fpl);
4278 static int cache_fplookup_skip_slashes(struct cache_fpl *fpl);
4279 static int cache_fplookup_trailingslash(struct cache_fpl *fpl);
4280 static void cache_fpl_pathlen_dec(struct cache_fpl *fpl);
4281 static void cache_fpl_pathlen_inc(struct cache_fpl *fpl);
4282 static void cache_fpl_pathlen_add(struct cache_fpl *fpl, size_t n);
4283 static void cache_fpl_pathlen_sub(struct cache_fpl *fpl, size_t n);
4295 cache_fpl_handle_root(struct cache_fpl *fpl) in cache_fpl_handle_root() argument
[all …]
H A Dvnode_if.src161 IN struct cache_fpl *fpl;
/freebsd/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/sys/sys/
H A Dvnode.h682 int cache_symlink_resolve(struct cache_fpl *fpl, const char *string,