Lines Matching refs:cache_fpl
3912 struct cache_fpl { struct
3935 static bool cache_fplookup_is_mp(struct cache_fpl *fpl); argument
3936 static int cache_fplookup_cross_mount(struct cache_fpl *fpl);
3937 static int cache_fplookup_partial_setup(struct cache_fpl *fpl);
3938 static int cache_fplookup_skip_slashes(struct cache_fpl *fpl);
3939 static int cache_fplookup_trailingslash(struct cache_fpl *fpl);
3940 static void cache_fpl_pathlen_dec(struct cache_fpl *fpl);
3941 static void cache_fpl_pathlen_inc(struct cache_fpl *fpl);
3942 static void cache_fpl_pathlen_add(struct cache_fpl *fpl, size_t n);
3943 static void cache_fpl_pathlen_sub(struct cache_fpl *fpl, size_t n);
3957 cache_fpl_handle_root(struct cache_fpl *fpl) in cache_fpl_handle_root()
3980 cache_fpl_checkpoint_outer(struct cache_fpl *fpl) in cache_fpl_checkpoint_outer()
3988 cache_fpl_checkpoint(struct cache_fpl *fpl) in cache_fpl_checkpoint()
3998 cache_fpl_restore_partial(struct cache_fpl *fpl) in cache_fpl_restore_partial()
4008 cache_fpl_restore_abort(struct cache_fpl *fpl) in cache_fpl_restore_abort()
4022 struct cache_fpl *_fpl = (fpl); \
4027 struct cache_fpl *_fpl = (fpl); \
4032 cache_fpl_assert_status(struct cache_fpl *fpl) in cache_fpl_assert_status()
4053 struct cache_fpl *_fpl = (fpl); \
4059 struct cache_fpl *_fpl = (fpl); \
4066 struct cache_fpl *_fpl = (fpl); \
4073 cache_fpl_aborted_early_impl(struct cache_fpl *fpl, int line) in cache_fpl_aborted_early_impl()
4090 cache_fpl_aborted_impl(struct cache_fpl *fpl, int line) in cache_fpl_aborted_impl()
4122 cache_fpl_partial_impl(struct cache_fpl *fpl, int line) in cache_fpl_partial_impl()
4137 cache_fpl_handled_impl(struct cache_fpl *fpl, int line) in cache_fpl_handled_impl()
4152 cache_fpl_handled_error_impl(struct cache_fpl *fpl, int error, int line) in cache_fpl_handled_error_impl()
4172 cache_fpl_terminated(struct cache_fpl *fpl) in cache_fpl_terminated()
4198 cache_fpl_istrailingslash(struct cache_fpl *fpl) in cache_fpl_istrailingslash()
4216 cache_can_fplookup(struct cache_fpl *fpl) in cache_can_fplookup()
4250 cache_fplookup_dirfd(struct cache_fpl *fpl, struct vnode **vpp) in cache_fplookup_dirfd()
4275 cache_fplookup_negative_promote(struct cache_fpl *fpl, struct namecache *oncp, in cache_fplookup_negative_promote()
4295 cache_fplookup_partial_setup(struct cache_fpl *fpl) in cache_fplookup_partial_setup()
4376 cache_fplookup_final_child(struct cache_fpl *fpl, enum vgetstate tvs) in cache_fplookup_final_child()
4414 cache_fplookup_final_modifying(struct cache_fpl *fpl) in cache_fplookup_final_modifying()
4605 cache_fplookup_modifying(struct cache_fpl *fpl) in cache_fplookup_modifying()
4618 cache_fplookup_final_withparent(struct cache_fpl *fpl) in cache_fplookup_final_withparent()
4684 cache_fplookup_final(struct cache_fpl *fpl) in cache_fplookup_final()
4726 cache_fplookup_degenerate(struct cache_fpl *fpl) in cache_fplookup_degenerate()
4782 cache_fplookup_emptypath(struct cache_fpl *fpl) in cache_fplookup_emptypath()
4829 cache_fplookup_noentry(struct cache_fpl *fpl) in cache_fplookup_noentry()
4984 cache_fplookup_dot(struct cache_fpl *fpl) in cache_fplookup_dot()
5008 cache_fplookup_dotdot(struct cache_fpl *fpl) in cache_fplookup_dotdot()
5086 cache_fplookup_neg(struct cache_fpl *fpl, struct namecache *ncp, uint32_t hash) in cache_fplookup_neg()
5122 cache_symlink_resolve(struct cache_fpl *fpl, const char *string, size_t len) in cache_symlink_resolve()
5181 cache_fplookup_symlink(struct cache_fpl *fpl) in cache_fplookup_symlink()
5253 cache_fplookup_next(struct cache_fpl *fpl) in cache_fplookup_next()
5342 cache_fplookup_climb_mount(struct cache_fpl *fpl) in cache_fplookup_climb_mount()
5399 cache_fplookup_cross_mount(struct cache_fpl *fpl) in cache_fplookup_cross_mount()
5455 cache_fplookup_is_mp(struct cache_fpl *fpl) in cache_fplookup_is_mp()
5477 cache_fpl_pathlen_add(struct cache_fpl *fpl, size_t n) in cache_fpl_pathlen_add()
5486 cache_fpl_pathlen_sub(struct cache_fpl *fpl, size_t n) in cache_fpl_pathlen_sub()
5495 cache_fpl_pathlen_inc(struct cache_fpl *fpl) in cache_fpl_pathlen_inc()
5502 cache_fpl_pathlen_dec(struct cache_fpl *fpl) in cache_fpl_pathlen_dec()
5509 cache_fpl_pathlen_add(struct cache_fpl *fpl, size_t n) in cache_fpl_pathlen_add()
5514 cache_fpl_pathlen_sub(struct cache_fpl *fpl, size_t n) in cache_fpl_pathlen_sub()
5519 cache_fpl_pathlen_inc(struct cache_fpl *fpl) in cache_fpl_pathlen_inc()
5524 cache_fpl_pathlen_dec(struct cache_fpl *fpl) in cache_fpl_pathlen_dec()
5530 cache_fplookup_parse(struct cache_fpl *fpl) in cache_fplookup_parse()
5597 cache_fplookup_parse_advance(struct cache_fpl *fpl) in cache_fplookup_parse_advance()
5623 cache_fplookup_skip_slashes(struct cache_fpl *fpl) in cache_fplookup_skip_slashes()
5676 cache_fplookup_trailingslash(struct cache_fpl *fpl) in cache_fplookup_trailingslash()
5795 cache_fplookup_failed_vexec(struct cache_fpl *fpl, int error) in cache_fplookup_failed_vexec()
5896 cache_fplookup_impl(struct vnode *dvp, struct cache_fpl *fpl) in cache_fplookup_impl()
6046 struct cache_fpl fpl; in cache_fplookup()