Searched refs:vn_seqc_consistent (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | vfs_cache.c | 3295 if (!vn_seqc_consistent(vp, vp_seqc)) { in vn_fullpath_any_smr() 3328 if (!vn_seqc_consistent(vp, vp_seqc)) { in vn_fullpath_any_smr() 4121 if (!vn_seqc_consistent(dvp, dvp_seqc)) { in cache_fplookup_partial_setup() 4188 if (!vn_seqc_consistent(tvp, tvp_seqc)) { in cache_fplookup_final_child() 4285 if (!vn_seqc_consistent(dvp, dvp_seqc)) { in cache_fplookup_final_modifying() 4448 if (!vn_seqc_consistent(dvp, dvp_seqc)) { in cache_fplookup_final_withparent() 4498 if (!vn_seqc_consistent(dvp, dvp_seqc)) { in cache_fplookup_final() 4644 if (!vn_seqc_consistent(dvp, dvp_seqc)) { in cache_fplookup_noentry() 5091 if (!vn_seqc_consistent(vp, vp_seqc)) { in cache_fplookup_climb_mount() 5142 if (!vn_seqc_consistent(vp, vp_seqc)) { in cache_fplookup_cross_mount() [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | vnode.h | 794 #define vn_seqc_consistent(vp, seq) seqc_consistent(&(vp)->v_seqc, seq) macro
|