Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_cache.c4259 seqc_t dvp_seqc; member
4645 seqc_t dvp_seqc; in cache_fplookup_partial_setup() local
4651 dvp_seqc = fpl->dvp_seqc; in cache_fplookup_partial_setup()
4675 if (!vn_seqc_consistent(dvp, dvp_seqc)) { in cache_fplookup_partial_setup()
4764 seqc_t dvp_seqc; in cache_fplookup_final_modifying() local
4771 dvp_seqc = fpl->dvp_seqc; in cache_fplookup_final_modifying()
4839 if (!vn_seqc_consistent(dvp, dvp_seqc)) { in cache_fplookup_final_modifying()
4952 seqc_t dvp_seqc; in cache_fplookup_final_withparent() local
4957 dvp_seqc = fpl->dvp_seqc; in cache_fplookup_final_withparent()
4988 if (!vn_seqc_consistent(dvp, dvp_seqc)) { in cache_fplookup_final_withparent()
[all …]
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c762 seqc_t dvp_seqc; in zfs_lookup() local
788 dvp_seqc = vn_seqc_read_notmodify(dvp); in zfs_lookup()
988 if (!vn_seqc_consistent(dvp, dvp_seqc)) { in zfs_lookup()