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.c3601 seqc_t vp_seqc, tvp_seqc; in vn_fullpath_any_smr() local
3649 tvp_seqc = vn_seqc_read_any(tvp); in vn_fullpath_any_smr()
3650 if (seqc_in_modify(tvp_seqc)) { in vn_fullpath_any_smr()
3659 vp_seqc = tvp_seqc; in vn_fullpath_any_smr()
3682 tvp_seqc = vn_seqc_read_any(tvp); in vn_fullpath_any_smr()
3683 if (seqc_in_modify(tvp_seqc)) { in vn_fullpath_any_smr()
3703 vp_seqc = tvp_seqc; in vn_fullpath_any_smr()
4205 seqc_t tvp_seqc; member
4662 seqc_t tvp_seqc; in cache_fplookup_final_child() local
4667 tvp_seqc = fpl->tvp_seqc; in cache_fplookup_final_child()
[all …]