Lines Matching refs:vp_seqc
3242 seqc_t vp_seqc, tvp_seqc; in vn_fullpath_any_smr() local
3273 vp_seqc = vn_seqc_read_any(vp); in vn_fullpath_any_smr()
3274 if (seqc_in_modify(vp_seqc)) { in vn_fullpath_any_smr()
3295 if (!vn_seqc_consistent(vp, vp_seqc)) { in vn_fullpath_any_smr()
3300 vp_seqc = tvp_seqc; in vn_fullpath_any_smr()
3328 if (!vn_seqc_consistent(vp, vp_seqc)) { in vn_fullpath_any_smr()
3344 vp_seqc = tvp_seqc; in vn_fullpath_any_smr()
5071 seqc_t vp_seqc; in cache_fplookup_climb_mount() local
5074 vp_seqc = fpl->tvp_seqc; in cache_fplookup_climb_mount()
5091 if (!vn_seqc_consistent(vp, vp_seqc)) { in cache_fplookup_climb_mount()
5104 vp_seqc = vn_seqc_read_any(vp); in cache_fplookup_climb_mount()
5105 if (seqc_in_modify(vp_seqc)) { in cache_fplookup_climb_mount()
5118 fpl->tvp_seqc = vp_seqc; in cache_fplookup_climb_mount()
5128 seqc_t vp_seqc; in cache_fplookup_cross_mount() local
5131 vp_seqc = fpl->tvp_seqc; in cache_fplookup_cross_mount()
5142 if (!vn_seqc_consistent(vp, vp_seqc)) { in cache_fplookup_cross_mount()
5155 vp_seqc = vn_seqc_read_any(vp); in cache_fplookup_cross_mount()
5157 if (seqc_in_modify(vp_seqc)) { in cache_fplookup_cross_mount()
5171 fpl->tvp_seqc = vp_seqc; in cache_fplookup_cross_mount()