Home
last modified time | relevance | path

Searched refs:tvp_seqc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_cache.c3606 seqc_t vp_seqc, tvp_seqc; in vn_fullpath_any_smr() local
3654 tvp_seqc = vn_seqc_read_any(tvp); in vn_fullpath_any_smr()
3655 if (seqc_in_modify(tvp_seqc)) { in vn_fullpath_any_smr()
3664 vp_seqc = tvp_seqc; in vn_fullpath_any_smr()
3687 tvp_seqc = vn_seqc_read_any(tvp); in vn_fullpath_any_smr()
3688 if (seqc_in_modify(tvp_seqc)) { in vn_fullpath_any_smr()
3708 vp_seqc = tvp_seqc; in vn_fullpath_any_smr()
4260 seqc_t tvp_seqc; member
4723 seqc_t tvp_seqc; in cache_fplookup_final_child() local
4728 tvp_seqc = fpl->tvp_seqc; in cache_fplookup_final_child()
[all …]