Lines Matching refs:dvp_seqc
4107 seqc_t dvp_seqc; member
4487 seqc_t dvp_seqc; in cache_fplookup_partial_setup() local
4493 dvp_seqc = fpl->dvp_seqc; in cache_fplookup_partial_setup()
4517 if (!vn_seqc_consistent(dvp, dvp_seqc)) { in cache_fplookup_partial_setup()
4606 seqc_t dvp_seqc; in cache_fplookup_final_modifying() local
4613 dvp_seqc = fpl->dvp_seqc; in cache_fplookup_final_modifying()
4681 if (!vn_seqc_consistent(dvp, dvp_seqc)) { in cache_fplookup_final_modifying()
4794 seqc_t dvp_seqc; in cache_fplookup_final_withparent() local
4799 dvp_seqc = fpl->dvp_seqc; in cache_fplookup_final_withparent()
4830 if (!vn_seqc_consistent(dvp, dvp_seqc)) { in cache_fplookup_final_withparent()
4860 seqc_t dvp_seqc; in cache_fplookup_final() local
4864 dvp_seqc = fpl->dvp_seqc; in cache_fplookup_final()
4881 if (!vn_seqc_consistent(dvp, dvp_seqc)) { in cache_fplookup_final()
4908 fpl->tvp_seqc = fpl->dvp_seqc; in cache_fplookup_degenerate()
4960 fpl->tvp_seqc = fpl->dvp_seqc; in cache_fplookup_emptypath()
5004 seqc_t dvp_seqc; in cache_fplookup_noentry() local
5010 dvp_seqc = fpl->dvp_seqc; in cache_fplookup_noentry()
5075 if (!vn_seqc_consistent(dvp, dvp_seqc)) { in cache_fplookup_noentry()
5152 MPASS(!seqc_in_modify(fpl->dvp_seqc)); in cache_fplookup_dot()
5165 fpl->tvp_seqc = fpl->dvp_seqc; in cache_fplookup_dot()
5406 fpl->dvp_seqc = vn_seqc_read_any(fpl->dvp); in cache_fplookup_symlink()
5407 if (seqc_in_modify(fpl->dvp_seqc)) { in cache_fplookup_symlink()
5831 fpl->tvp_seqc = fpl->dvp_seqc; in cache_fplookup_skip_slashes()
5962 fpl->dvp_seqc = vn_seqc_read_any(fpl->dvp); in cache_fplookup_trailingslash()
5963 if (seqc_in_modify(fpl->dvp_seqc)) { in cache_fplookup_trailingslash()
5977 seqc_t dvp_seqc; in cache_fplookup_failed_vexec() local
5981 dvp_seqc = fpl->dvp_seqc; in cache_fplookup_failed_vexec()
6055 if (!vn_seqc_consistent(dvp, dvp_seqc)) { in cache_fplookup_failed_vexec()
6062 if (!vn_seqc_consistent(dvp, dvp_seqc)) { in cache_fplookup_failed_vexec()
6092 fpl->dvp_seqc = vn_seqc_read_notmodify(fpl->dvp); in cache_fplookup_impl()
6128 if (!vn_seqc_consistent(fpl->dvp, fpl->dvp_seqc)) { in cache_fplookup_impl()
6134 fpl->dvp_seqc = fpl->tvp_seqc; in cache_fplookup_impl()