Home
last modified time | relevance | path

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

/src/sys/kern/
H A Dvfs_cache.c4313 struct cache_fpl { struct
4335 static bool cache_fplookup_is_mp(struct cache_fpl *fpl); argument
4336 static int cache_fplookup_cross_mount(struct cache_fpl *fpl);
4337 static int cache_fplookup_partial_setup(struct cache_fpl *fpl);
4338 static int cache_fplookup_skip_slashes(struct cache_fpl *fpl);
4339 static int cache_fplookup_trailingslash(struct cache_fpl *fpl);
4340 static void cache_fpl_pathlen_dec(struct cache_fpl *fpl);
4341 static void cache_fpl_pathlen_inc(struct cache_fpl *fpl);
4342 static void cache_fpl_pathlen_add(struct cache_fpl *fpl, size_t n);
4343 static void cache_fpl_pathlen_sub(struct cache_fpl *fpl, size_t n);
[all …]
H A Dvnode_if.src161 IN struct cache_fpl *fpl;
/src/sys/sys/
H A Dvnode.h94 struct cache_fpl;
674 int cache_symlink_resolve(struct cache_fpl *fpl, const char *string,