Lines Matching defs:fpl
4295 cache_fpl_handle_root(struct cache_fpl *fpl) in cache_fpl_handle_root()
4318 cache_fpl_checkpoint_outer(struct cache_fpl *fpl) in cache_fpl_checkpoint_outer()
4326 cache_fpl_checkpoint(struct cache_fpl *fpl) in cache_fpl_checkpoint()
4336 cache_fpl_restore_partial(struct cache_fpl *fpl) in cache_fpl_restore_partial()
4346 cache_fpl_restore_abort(struct cache_fpl *fpl) in cache_fpl_restore_abort()
4359 #define cache_fpl_smr_assert_entered(fpl) ({ \ argument
4364 #define cache_fpl_smr_assert_not_entered(fpl) ({ \ argument
4370 cache_fpl_assert_status(struct cache_fpl *fpl) in cache_fpl_assert_status()
4385 #define cache_fpl_smr_assert_entered(fpl) do { } while (0) argument
4386 #define cache_fpl_smr_assert_not_entered(fpl) do { } while (0) argument
4387 #define cache_fpl_assert_status(fpl) do { } while (0) argument
4390 #define cache_fpl_smr_enter_initial(fpl) ({ \ argument
4396 #define cache_fpl_smr_enter(fpl) ({ \ argument
4403 #define cache_fpl_smr_exit(fpl) ({ \ argument
4411 cache_fpl_aborted_early_impl(struct cache_fpl *fpl, int line) in cache_fpl_aborted_early_impl()
4428 cache_fpl_aborted_impl(struct cache_fpl *fpl, int line) in cache_fpl_aborted_impl()
4460 cache_fpl_partial_impl(struct cache_fpl *fpl, int line) in cache_fpl_partial_impl()
4475 cache_fpl_handled_impl(struct cache_fpl *fpl, int line) in cache_fpl_handled_impl()
4490 cache_fpl_handled_error_impl(struct cache_fpl *fpl, int error, int line) in cache_fpl_handled_error_impl()
4509 cache_fpl_terminated(struct cache_fpl *fpl) in cache_fpl_terminated()
4535 cache_fpl_istrailingslash(struct cache_fpl *fpl) in cache_fpl_istrailingslash()
4553 cache_can_fplookup(struct cache_fpl *fpl) in cache_can_fplookup()
4587 cache_fplookup_dirfd(struct cache_fpl *fpl, struct vnode **vpp) in cache_fplookup_dirfd()
4618 cache_fplookup_negative_promote(struct cache_fpl *fpl, struct namecache *oncp, in cache_fplookup_negative_promote()
4638 cache_fplookup_partial_setup(struct cache_fpl *fpl) in cache_fplookup_partial_setup()
4719 cache_fplookup_final_child(struct cache_fpl *fpl, enum vgetstate tvs) in cache_fplookup_final_child()
4757 cache_fplookup_final_modifying(struct cache_fpl *fpl) in cache_fplookup_final_modifying()
4934 cache_fplookup_modifying(struct cache_fpl *fpl) in cache_fplookup_modifying()
4947 cache_fplookup_final_withparent(struct cache_fpl *fpl) in cache_fplookup_final_withparent()
5013 cache_fplookup_final(struct cache_fpl *fpl) in cache_fplookup_final()
5055 cache_fplookup_degenerate(struct cache_fpl *fpl) in cache_fplookup_degenerate()
5109 cache_fplookup_emptypath(struct cache_fpl *fpl) in cache_fplookup_emptypath()
5156 cache_fplookup_noentry(struct cache_fpl *fpl) in cache_fplookup_noentry()
5306 cache_fplookup_dot(struct cache_fpl *fpl) in cache_fplookup_dot()
5335 cache_fplookup_dotdot(struct cache_fpl *fpl) in cache_fplookup_dotdot()
5406 cache_fplookup_neg(struct cache_fpl *fpl, struct namecache *ncp, uint32_t hash) in cache_fplookup_neg()
5442 cache_symlink_resolve(struct cache_fpl *fpl, const char *string, size_t len) in cache_symlink_resolve()
5501 cache_fplookup_symlink(struct cache_fpl *fpl) in cache_fplookup_symlink()
5578 cache_fplookup_next(struct cache_fpl *fpl) in cache_fplookup_next()
5662 cache_fplookup_climb_mount(struct cache_fpl *fpl) in cache_fplookup_climb_mount()
5719 cache_fplookup_cross_mount(struct cache_fpl *fpl) in cache_fplookup_cross_mount()
5775 cache_fplookup_is_mp(struct cache_fpl *fpl) in cache_fplookup_is_mp()
5797 cache_fpl_pathlen_add(struct cache_fpl *fpl, size_t n) in cache_fpl_pathlen_add()
5806 cache_fpl_pathlen_sub(struct cache_fpl *fpl, size_t n) in cache_fpl_pathlen_sub()
5815 cache_fpl_pathlen_inc(struct cache_fpl *fpl) in cache_fpl_pathlen_inc()
5822 cache_fpl_pathlen_dec(struct cache_fpl *fpl) in cache_fpl_pathlen_dec()
5829 cache_fpl_pathlen_add(struct cache_fpl *fpl, size_t n) in cache_fpl_pathlen_add()
5834 cache_fpl_pathlen_sub(struct cache_fpl *fpl, size_t n) in cache_fpl_pathlen_sub()
5839 cache_fpl_pathlen_inc(struct cache_fpl *fpl) in cache_fpl_pathlen_inc()
5844 cache_fpl_pathlen_dec(struct cache_fpl *fpl) in cache_fpl_pathlen_dec()
5850 cache_fplookup_parse(struct cache_fpl *fpl) in cache_fplookup_parse()
5917 cache_fplookup_parse_advance(struct cache_fpl *fpl) in cache_fplookup_parse_advance()
5943 cache_fplookup_skip_slashes(struct cache_fpl *fpl) in cache_fplookup_skip_slashes()
5996 cache_fplookup_trailingslash(struct cache_fpl *fpl) in cache_fplookup_trailingslash()
6115 cache_fplookup_failed_vexec(struct cache_fpl *fpl, int error) in cache_fplookup_failed_vexec()
6216 cache_fplookup_impl(struct vnode *dvp, struct cache_fpl *fpl) in cache_fplookup_impl()
6366 struct cache_fpl fpl; in cache_fplookup() local