Lines Matching refs:vp_seqc
3504 seqc_t vp_seqc, tvp_seqc; in vn_fullpath_any_smr() local
3535 vp_seqc = vn_seqc_read_any(vp); in vn_fullpath_any_smr()
3536 if (seqc_in_modify(vp_seqc)) { in vn_fullpath_any_smr()
3557 if (!vn_seqc_consistent(vp, vp_seqc)) { in vn_fullpath_any_smr()
3562 vp_seqc = tvp_seqc; in vn_fullpath_any_smr()
3590 if (!vn_seqc_consistent(vp, vp_seqc)) { in vn_fullpath_any_smr()
3606 vp_seqc = tvp_seqc; in vn_fullpath_any_smr()
5525 seqc_t vp_seqc; in cache_fplookup_climb_mount() local
5528 vp_seqc = fpl->tvp_seqc; in cache_fplookup_climb_mount()
5545 if (!vn_seqc_consistent(vp, vp_seqc)) { in cache_fplookup_climb_mount()
5558 vp_seqc = vn_seqc_read_any(vp); in cache_fplookup_climb_mount()
5559 if (seqc_in_modify(vp_seqc)) { in cache_fplookup_climb_mount()
5572 fpl->tvp_seqc = vp_seqc; in cache_fplookup_climb_mount()
5582 seqc_t vp_seqc; in cache_fplookup_cross_mount() local
5585 vp_seqc = fpl->tvp_seqc; in cache_fplookup_cross_mount()
5596 if (!vn_seqc_consistent(vp, vp_seqc)) { in cache_fplookup_cross_mount()
5609 vp_seqc = vn_seqc_read_any(vp); in cache_fplookup_cross_mount()
5611 if (seqc_in_modify(vp_seqc)) { in cache_fplookup_cross_mount()
5625 fpl->tvp_seqc = vp_seqc; in cache_fplookup_cross_mount()