Lines Matching refs:cache_fpl

3713 struct cache_fpl {  struct
3735 static bool cache_fplookup_is_mp(struct cache_fpl *fpl); argument
3736 static int cache_fplookup_cross_mount(struct cache_fpl *fpl);
3737 static int cache_fplookup_partial_setup(struct cache_fpl *fpl);
3738 static int cache_fplookup_skip_slashes(struct cache_fpl *fpl);
3739 static int cache_fplookup_trailingslash(struct cache_fpl *fpl);
3740 static void cache_fpl_pathlen_dec(struct cache_fpl *fpl);
3741 static void cache_fpl_pathlen_inc(struct cache_fpl *fpl);
3742 static void cache_fpl_pathlen_add(struct cache_fpl *fpl, size_t n);
3743 static void cache_fpl_pathlen_sub(struct cache_fpl *fpl, size_t n);
3757 cache_fpl_handle_root(struct cache_fpl *fpl) in cache_fpl_handle_root()
3780 cache_fpl_checkpoint_outer(struct cache_fpl *fpl) in cache_fpl_checkpoint_outer()
3788 cache_fpl_checkpoint(struct cache_fpl *fpl) in cache_fpl_checkpoint()
3798 cache_fpl_restore_partial(struct cache_fpl *fpl) in cache_fpl_restore_partial()
3808 cache_fpl_restore_abort(struct cache_fpl *fpl) in cache_fpl_restore_abort()
3822 struct cache_fpl *_fpl = (fpl); \
3827 struct cache_fpl *_fpl = (fpl); \
3832 cache_fpl_assert_status(struct cache_fpl *fpl) in cache_fpl_assert_status()
3853 struct cache_fpl *_fpl = (fpl); \
3859 struct cache_fpl *_fpl = (fpl); \
3866 struct cache_fpl *_fpl = (fpl); \
3873 cache_fpl_aborted_early_impl(struct cache_fpl *fpl, int line) in cache_fpl_aborted_early_impl()
3890 cache_fpl_aborted_impl(struct cache_fpl *fpl, int line) in cache_fpl_aborted_impl()
3922 cache_fpl_partial_impl(struct cache_fpl *fpl, int line) in cache_fpl_partial_impl()
3937 cache_fpl_handled_impl(struct cache_fpl *fpl, int line) in cache_fpl_handled_impl()
3952 cache_fpl_handled_error_impl(struct cache_fpl *fpl, int error, int line) in cache_fpl_handled_error_impl()
3972 cache_fpl_terminated(struct cache_fpl *fpl) in cache_fpl_terminated()
3997 cache_fpl_istrailingslash(struct cache_fpl *fpl) in cache_fpl_istrailingslash()
4014 cache_can_fplookup(struct cache_fpl *fpl) in cache_can_fplookup()
4048 cache_fplookup_dirfd(struct cache_fpl *fpl, struct vnode **vpp) in cache_fplookup_dirfd()
4064 cache_fplookup_negative_promote(struct cache_fpl *fpl, struct namecache *oncp, in cache_fplookup_negative_promote()
4084 cache_fplookup_partial_setup(struct cache_fpl *fpl) in cache_fplookup_partial_setup()
4165 cache_fplookup_final_child(struct cache_fpl *fpl, enum vgetstate tvs) in cache_fplookup_final_child()
4203 cache_fplookup_final_modifying(struct cache_fpl *fpl) in cache_fplookup_final_modifying()
4394 cache_fplookup_modifying(struct cache_fpl *fpl) in cache_fplookup_modifying()
4407 cache_fplookup_final_withparent(struct cache_fpl *fpl) in cache_fplookup_final_withparent()
4472 cache_fplookup_final(struct cache_fpl *fpl) in cache_fplookup_final()
4514 cache_fplookup_degenerate(struct cache_fpl *fpl) in cache_fplookup_degenerate()
4570 cache_fplookup_noentry(struct cache_fpl *fpl) in cache_fplookup_noentry()
4723 cache_fplookup_dot(struct cache_fpl *fpl) in cache_fplookup_dot()
4747 cache_fplookup_dotdot(struct cache_fpl *fpl) in cache_fplookup_dotdot()
4825 cache_fplookup_neg(struct cache_fpl *fpl, struct namecache *ncp, uint32_t hash) in cache_fplookup_neg()
4859 cache_symlink_resolve(struct cache_fpl *fpl, const char *string, size_t len) in cache_symlink_resolve()
4918 cache_fplookup_symlink(struct cache_fpl *fpl) in cache_fplookup_symlink()
4977 cache_fplookup_next(struct cache_fpl *fpl) in cache_fplookup_next()
5066 cache_fplookup_climb_mount(struct cache_fpl *fpl) in cache_fplookup_climb_mount()
5123 cache_fplookup_cross_mount(struct cache_fpl *fpl) in cache_fplookup_cross_mount()
5179 cache_fplookup_is_mp(struct cache_fpl *fpl) in cache_fplookup_is_mp()
5201 cache_fpl_pathlen_add(struct cache_fpl *fpl, size_t n) in cache_fpl_pathlen_add()
5210 cache_fpl_pathlen_sub(struct cache_fpl *fpl, size_t n) in cache_fpl_pathlen_sub()
5219 cache_fpl_pathlen_inc(struct cache_fpl *fpl) in cache_fpl_pathlen_inc()
5226 cache_fpl_pathlen_dec(struct cache_fpl *fpl) in cache_fpl_pathlen_dec()
5233 cache_fpl_pathlen_add(struct cache_fpl *fpl, size_t n) in cache_fpl_pathlen_add()
5238 cache_fpl_pathlen_sub(struct cache_fpl *fpl, size_t n) in cache_fpl_pathlen_sub()
5243 cache_fpl_pathlen_inc(struct cache_fpl *fpl) in cache_fpl_pathlen_inc()
5248 cache_fpl_pathlen_dec(struct cache_fpl *fpl) in cache_fpl_pathlen_dec()
5254 cache_fplookup_parse(struct cache_fpl *fpl) in cache_fplookup_parse()
5316 cache_fplookup_parse_advance(struct cache_fpl *fpl) in cache_fplookup_parse_advance()
5342 cache_fplookup_skip_slashes(struct cache_fpl *fpl) in cache_fplookup_skip_slashes()
5395 cache_fplookup_trailingslash(struct cache_fpl *fpl) in cache_fplookup_trailingslash()
5514 cache_fplookup_failed_vexec(struct cache_fpl *fpl, int error) in cache_fplookup_failed_vexec()
5607 cache_fplookup_impl(struct vnode *dvp, struct cache_fpl *fpl) in cache_fplookup_impl()
5757 struct cache_fpl fpl; in cache_fplookup()