Lines Matching refs:dvp_seqc

4259 	seqc_t dvp_seqc;  member
4645 seqc_t dvp_seqc; in cache_fplookup_partial_setup() local
4651 dvp_seqc = fpl->dvp_seqc; in cache_fplookup_partial_setup()
4675 if (!vn_seqc_consistent(dvp, dvp_seqc)) { in cache_fplookup_partial_setup()
4764 seqc_t dvp_seqc; in cache_fplookup_final_modifying() local
4771 dvp_seqc = fpl->dvp_seqc; in cache_fplookup_final_modifying()
4839 if (!vn_seqc_consistent(dvp, dvp_seqc)) { in cache_fplookup_final_modifying()
4952 seqc_t dvp_seqc; in cache_fplookup_final_withparent() local
4957 dvp_seqc = fpl->dvp_seqc; in cache_fplookup_final_withparent()
4988 if (!vn_seqc_consistent(dvp, dvp_seqc)) { in cache_fplookup_final_withparent()
5018 seqc_t dvp_seqc; in cache_fplookup_final() local
5022 dvp_seqc = fpl->dvp_seqc; in cache_fplookup_final()
5039 if (!vn_seqc_consistent(dvp, dvp_seqc)) { in cache_fplookup_final()
5066 fpl->tvp_seqc = fpl->dvp_seqc; in cache_fplookup_degenerate()
5118 fpl->tvp_seqc = fpl->dvp_seqc; in cache_fplookup_emptypath()
5162 seqc_t dvp_seqc; in cache_fplookup_noentry() local
5168 dvp_seqc = fpl->dvp_seqc; in cache_fplookup_noentry()
5233 if (!vn_seqc_consistent(dvp, dvp_seqc)) { in cache_fplookup_noentry()
5310 MPASS(!seqc_in_modify(fpl->dvp_seqc)); in cache_fplookup_dot()
5323 fpl->tvp_seqc = fpl->dvp_seqc; in cache_fplookup_dot()
5553 fpl->dvp_seqc = vn_seqc_read_any(fpl->dvp); in cache_fplookup_symlink()
5554 if (seqc_in_modify(fpl->dvp_seqc)) { in cache_fplookup_symlink()
5973 fpl->tvp_seqc = fpl->dvp_seqc; in cache_fplookup_skip_slashes()
6104 fpl->dvp_seqc = vn_seqc_read_any(fpl->dvp); in cache_fplookup_trailingslash()
6105 if (seqc_in_modify(fpl->dvp_seqc)) { in cache_fplookup_trailingslash()
6119 seqc_t dvp_seqc; in cache_fplookup_failed_vexec() local
6123 dvp_seqc = fpl->dvp_seqc; in cache_fplookup_failed_vexec()
6197 if (!vn_seqc_consistent(dvp, dvp_seqc)) { in cache_fplookup_failed_vexec()
6204 if (!vn_seqc_consistent(dvp, dvp_seqc)) { in cache_fplookup_failed_vexec()
6234 fpl->dvp_seqc = vn_seqc_read_notmodify(fpl->dvp); in cache_fplookup_impl()
6270 if (!vn_seqc_consistent(fpl->dvp, fpl->dvp_seqc)) { in cache_fplookup_impl()
6276 fpl->dvp_seqc = fpl->tvp_seqc; in cache_fplookup_impl()