Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dvfs_cache.c3918 seqc_t dvp_seqc; member
4302 seqc_t dvp_seqc; in cache_fplookup_partial_setup() local
4308 dvp_seqc = fpl->dvp_seqc; in cache_fplookup_partial_setup()
4421 seqc_t dvp_seqc; in cache_fplookup_final_modifying() local
4428 dvp_seqc = fpl->dvp_seqc; in cache_fplookup_final_modifying()
4623 seqc_t dvp_seqc; in cache_fplookup_final_withparent() local
4628 dvp_seqc = fpl->dvp_seqc; in cache_fplookup_final_withparent()
4689 seqc_t dvp_seqc; in cache_fplookup_final() local
4693 dvp_seqc = fpl->dvp_seqc; in cache_fplookup_final()
4841 dvp_seqc = fpl->dvp_seqc; in cache_fplookup_noentry()
[all …]
/freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c791 seqc_t dvp_seqc; in zfs_lookup() local
819 dvp_seqc = vn_seqc_read_notmodify(dvp); in zfs_lookup()
1005 if (!vn_seqc_consistent(dvp, dvp_seqc)) { in zfs_lookup()