Lines Matching refs:cache_fpl

4101 struct cache_fpl {  struct
4123 static bool cache_fplookup_is_mp(struct cache_fpl *fpl); argument
4124 static int cache_fplookup_cross_mount(struct cache_fpl *fpl);
4125 static int cache_fplookup_partial_setup(struct cache_fpl *fpl);
4126 static int cache_fplookup_skip_slashes(struct cache_fpl *fpl);
4127 static int cache_fplookup_trailingslash(struct cache_fpl *fpl);
4128 static void cache_fpl_pathlen_dec(struct cache_fpl *fpl);
4129 static void cache_fpl_pathlen_inc(struct cache_fpl *fpl);
4130 static void cache_fpl_pathlen_add(struct cache_fpl *fpl, size_t n);
4131 static void cache_fpl_pathlen_sub(struct cache_fpl *fpl, size_t n);
4143 cache_fpl_handle_root(struct cache_fpl *fpl) in cache_fpl_handle_root()
4166 cache_fpl_checkpoint_outer(struct cache_fpl *fpl) in cache_fpl_checkpoint_outer()
4174 cache_fpl_checkpoint(struct cache_fpl *fpl) in cache_fpl_checkpoint()
4184 cache_fpl_restore_partial(struct cache_fpl *fpl) in cache_fpl_restore_partial()
4194 cache_fpl_restore_abort(struct cache_fpl *fpl) in cache_fpl_restore_abort()
4208 struct cache_fpl *_fpl = (fpl); \
4213 struct cache_fpl *_fpl = (fpl); \
4218 cache_fpl_assert_status(struct cache_fpl *fpl) in cache_fpl_assert_status()
4239 struct cache_fpl *_fpl = (fpl); \
4245 struct cache_fpl *_fpl = (fpl); \
4252 struct cache_fpl *_fpl = (fpl); \
4259 cache_fpl_aborted_early_impl(struct cache_fpl *fpl, int line) in cache_fpl_aborted_early_impl()
4276 cache_fpl_aborted_impl(struct cache_fpl *fpl, int line) in cache_fpl_aborted_impl()
4308 cache_fpl_partial_impl(struct cache_fpl *fpl, int line) in cache_fpl_partial_impl()
4323 cache_fpl_handled_impl(struct cache_fpl *fpl, int line) in cache_fpl_handled_impl()
4338 cache_fpl_handled_error_impl(struct cache_fpl *fpl, int error, int line) in cache_fpl_handled_error_impl()
4357 cache_fpl_terminated(struct cache_fpl *fpl) in cache_fpl_terminated()
4383 cache_fpl_istrailingslash(struct cache_fpl *fpl) in cache_fpl_istrailingslash()
4401 cache_can_fplookup(struct cache_fpl *fpl) in cache_can_fplookup()
4435 cache_fplookup_dirfd(struct cache_fpl *fpl, struct vnode **vpp) in cache_fplookup_dirfd()
4460 cache_fplookup_negative_promote(struct cache_fpl *fpl, struct namecache *oncp, in cache_fplookup_negative_promote()
4480 cache_fplookup_partial_setup(struct cache_fpl *fpl) in cache_fplookup_partial_setup()
4561 cache_fplookup_final_child(struct cache_fpl *fpl, enum vgetstate tvs) in cache_fplookup_final_child()
4599 cache_fplookup_final_modifying(struct cache_fpl *fpl) in cache_fplookup_final_modifying()
4776 cache_fplookup_modifying(struct cache_fpl *fpl) in cache_fplookup_modifying()
4789 cache_fplookup_final_withparent(struct cache_fpl *fpl) in cache_fplookup_final_withparent()
4855 cache_fplookup_final(struct cache_fpl *fpl) in cache_fplookup_final()
4897 cache_fplookup_degenerate(struct cache_fpl *fpl) in cache_fplookup_degenerate()
4951 cache_fplookup_emptypath(struct cache_fpl *fpl) in cache_fplookup_emptypath()
4998 cache_fplookup_noentry(struct cache_fpl *fpl) in cache_fplookup_noentry()
5148 cache_fplookup_dot(struct cache_fpl *fpl) in cache_fplookup_dot()
5177 cache_fplookup_dotdot(struct cache_fpl *fpl) in cache_fplookup_dotdot()
5259 cache_fplookup_neg(struct cache_fpl *fpl, struct namecache *ncp, uint32_t hash) in cache_fplookup_neg()
5295 cache_symlink_resolve(struct cache_fpl *fpl, const char *string, size_t len) in cache_symlink_resolve()
5354 cache_fplookup_symlink(struct cache_fpl *fpl) in cache_fplookup_symlink()
5431 cache_fplookup_next(struct cache_fpl *fpl) in cache_fplookup_next()
5520 cache_fplookup_climb_mount(struct cache_fpl *fpl) in cache_fplookup_climb_mount()
5577 cache_fplookup_cross_mount(struct cache_fpl *fpl) in cache_fplookup_cross_mount()
5633 cache_fplookup_is_mp(struct cache_fpl *fpl) in cache_fplookup_is_mp()
5655 cache_fpl_pathlen_add(struct cache_fpl *fpl, size_t n) in cache_fpl_pathlen_add()
5664 cache_fpl_pathlen_sub(struct cache_fpl *fpl, size_t n) in cache_fpl_pathlen_sub()
5673 cache_fpl_pathlen_inc(struct cache_fpl *fpl) in cache_fpl_pathlen_inc()
5680 cache_fpl_pathlen_dec(struct cache_fpl *fpl) in cache_fpl_pathlen_dec()
5687 cache_fpl_pathlen_add(struct cache_fpl *fpl, size_t n) in cache_fpl_pathlen_add()
5692 cache_fpl_pathlen_sub(struct cache_fpl *fpl, size_t n) in cache_fpl_pathlen_sub()
5697 cache_fpl_pathlen_inc(struct cache_fpl *fpl) in cache_fpl_pathlen_inc()
5702 cache_fpl_pathlen_dec(struct cache_fpl *fpl) in cache_fpl_pathlen_dec()
5708 cache_fplookup_parse(struct cache_fpl *fpl) in cache_fplookup_parse()
5775 cache_fplookup_parse_advance(struct cache_fpl *fpl) in cache_fplookup_parse_advance()
5801 cache_fplookup_skip_slashes(struct cache_fpl *fpl) in cache_fplookup_skip_slashes()
5854 cache_fplookup_trailingslash(struct cache_fpl *fpl) in cache_fplookup_trailingslash()
5973 cache_fplookup_failed_vexec(struct cache_fpl *fpl, int error) in cache_fplookup_failed_vexec()
6074 cache_fplookup_impl(struct vnode *dvp, struct cache_fpl *fpl) in cache_fplookup_impl()
6224 struct cache_fpl fpl; in cache_fplookup()