Lines Matching defs:cache_fpl
4198 struct cache_fpl {
4220 static bool cache_fplookup_is_mp(struct cache_fpl *fpl);
4221 static int cache_fplookup_cross_mount(struct cache_fpl *fpl);
4222 static int cache_fplookup_partial_setup(struct cache_fpl *fpl);
4223 static int cache_fplookup_skip_slashes(struct cache_fpl *fpl);
4224 static int cache_fplookup_trailingslash(struct cache_fpl *fpl);
4225 static void cache_fpl_pathlen_dec(struct cache_fpl *fpl);
4226 static void cache_fpl_pathlen_inc(struct cache_fpl *fpl);
4227 static void cache_fpl_pathlen_add(struct cache_fpl *fpl, size_t n);
4228 static void cache_fpl_pathlen_sub(struct cache_fpl *fpl, size_t n);
4240 cache_fpl_handle_root(struct cache_fpl *fpl)
4263 cache_fpl_checkpoint_outer(struct cache_fpl *fpl)
4271 cache_fpl_checkpoint(struct cache_fpl *fpl)
4281 cache_fpl_restore_partial(struct cache_fpl *fpl)
4291 cache_fpl_restore_abort(struct cache_fpl *fpl)
4305 struct cache_fpl *_fpl = (fpl); \
4310 struct cache_fpl *_fpl = (fpl); \
4315 cache_fpl_assert_status(struct cache_fpl *fpl)
4336 struct cache_fpl *_fpl = (fpl); \
4342 struct cache_fpl *_fpl = (fpl); \
4349 struct cache_fpl *_fpl = (fpl); \
4356 cache_fpl_aborted_early_impl(struct cache_fpl *fpl, int line)
4373 cache_fpl_aborted_impl(struct cache_fpl *fpl, int line)
4405 cache_fpl_partial_impl(struct cache_fpl *fpl, int line)
4420 cache_fpl_handled_impl(struct cache_fpl *fpl, int line)
4435 cache_fpl_handled_error_impl(struct cache_fpl *fpl, int error, int line)
4454 cache_fpl_terminated(struct cache_fpl *fpl)
4480 cache_fpl_istrailingslash(struct cache_fpl *fpl)
4498 cache_can_fplookup(struct cache_fpl *fpl)
4532 cache_fplookup_dirfd(struct cache_fpl *fpl, struct vnode **vpp)
4557 cache_fplookup_negative_promote(struct cache_fpl *fpl, struct namecache *oncp,
4577 cache_fplookup_partial_setup(struct cache_fpl *fpl)
4658 cache_fplookup_final_child(struct cache_fpl *fpl, enum vgetstate tvs)
4696 cache_fplookup_final_modifying(struct cache_fpl *fpl)
4873 cache_fplookup_modifying(struct cache_fpl *fpl)
4886 cache_fplookup_final_withparent(struct cache_fpl *fpl)
4952 cache_fplookup_final(struct cache_fpl *fpl)
4994 cache_fplookup_degenerate(struct cache_fpl *fpl)
5048 cache_fplookup_emptypath(struct cache_fpl *fpl)
5095 cache_fplookup_noentry(struct cache_fpl *fpl)
5245 cache_fplookup_dot(struct cache_fpl *fpl)
5274 cache_fplookup_dotdot(struct cache_fpl *fpl)
5356 cache_fplookup_neg(struct cache_fpl *fpl, struct namecache *ncp, uint32_t hash)
5392 cache_symlink_resolve(struct cache_fpl *fpl, const char *string, size_t len)
5451 cache_fplookup_symlink(struct cache_fpl *fpl)
5528 cache_fplookup_next(struct cache_fpl *fpl)
5617 cache_fplookup_climb_mount(struct cache_fpl *fpl)
5674 cache_fplookup_cross_mount(struct cache_fpl *fpl)
5730 cache_fplookup_is_mp(struct cache_fpl *fpl)
5752 cache_fpl_pathlen_add(struct cache_fpl *fpl, size_t n)
5761 cache_fpl_pathlen_sub(struct cache_fpl *fpl, size_t n)
5770 cache_fpl_pathlen_inc(struct cache_fpl *fpl)
5777 cache_fpl_pathlen_dec(struct cache_fpl *fpl)
5784 cache_fpl_pathlen_add(struct cache_fpl *fpl, size_t n)
5789 cache_fpl_pathlen_sub(struct cache_fpl *fpl, size_t n)
5794 cache_fpl_pathlen_inc(struct cache_fpl *fpl)
5799 cache_fpl_pathlen_dec(struct cache_fpl *fpl)
5805 cache_fplookup_parse(struct cache_fpl *fpl)
5872 cache_fplookup_parse_advance(struct cache_fpl *fpl)
5898 cache_fplookup_skip_slashes(struct cache_fpl *fpl)
5951 cache_fplookup_trailingslash(struct cache_fpl *fpl)
6070 cache_fplookup_failed_vexec(struct cache_fpl *fpl, int error)
6171 cache_fplookup_impl(struct vnode *dvp, struct cache_fpl *fpl)
6321 struct cache_fpl fpl;