Lines Matching refs:dvp_seqc
3918 seqc_t dvp_seqc; member
4302 seqc_t dvp_seqc; in cache_fplookup_partial_setup() local
4308 dvp_seqc = fpl->dvp_seqc; in cache_fplookup_partial_setup()
4332 if (!vn_seqc_consistent(dvp, dvp_seqc)) { in cache_fplookup_partial_setup()
4421 seqc_t dvp_seqc; in cache_fplookup_final_modifying() local
4428 dvp_seqc = fpl->dvp_seqc; in cache_fplookup_final_modifying()
4496 if (!vn_seqc_consistent(dvp, dvp_seqc)) { in cache_fplookup_final_modifying()
4623 seqc_t dvp_seqc; in cache_fplookup_final_withparent() local
4628 dvp_seqc = fpl->dvp_seqc; in cache_fplookup_final_withparent()
4659 if (!vn_seqc_consistent(dvp, dvp_seqc)) { in cache_fplookup_final_withparent()
4689 seqc_t dvp_seqc; in cache_fplookup_final() local
4693 dvp_seqc = fpl->dvp_seqc; in cache_fplookup_final()
4710 if (!vn_seqc_consistent(dvp, dvp_seqc)) { in cache_fplookup_final()
4737 fpl->tvp_seqc = fpl->dvp_seqc; in cache_fplookup_degenerate()
4791 fpl->tvp_seqc = fpl->dvp_seqc; in cache_fplookup_emptypath()
4835 seqc_t dvp_seqc; in cache_fplookup_noentry() local
4841 dvp_seqc = fpl->dvp_seqc; in cache_fplookup_noentry()
4908 if (!vn_seqc_consistent(dvp, dvp_seqc)) { in cache_fplookup_noentry()
4988 MPASS(!seqc_in_modify(fpl->dvp_seqc)); in cache_fplookup_dot()
4995 fpl->tvp_seqc = fpl->dvp_seqc; in cache_fplookup_dot()
5231 fpl->dvp_seqc = vn_seqc_read_any(fpl->dvp); in cache_fplookup_symlink()
5232 if (seqc_in_modify(fpl->dvp_seqc)) { in cache_fplookup_symlink()
5653 fpl->tvp_seqc = fpl->dvp_seqc; in cache_fplookup_skip_slashes()
5784 fpl->dvp_seqc = vn_seqc_read_any(fpl->dvp); in cache_fplookup_trailingslash()
5785 if (seqc_in_modify(fpl->dvp_seqc)) { in cache_fplookup_trailingslash()
5799 seqc_t dvp_seqc; in cache_fplookup_failed_vexec() local
5803 dvp_seqc = fpl->dvp_seqc; in cache_fplookup_failed_vexec()
5877 if (!vn_seqc_consistent(dvp, dvp_seqc)) { in cache_fplookup_failed_vexec()
5884 if (!vn_seqc_consistent(dvp, dvp_seqc)) { in cache_fplookup_failed_vexec()
5914 fpl->dvp_seqc = vn_seqc_read_notmodify(fpl->dvp); in cache_fplookup_impl()
5950 if (!vn_seqc_consistent(fpl->dvp, fpl->dvp_seqc)) { in cache_fplookup_impl()
5956 fpl->dvp_seqc = fpl->tvp_seqc; in cache_fplookup_impl()