Home
last modified time | relevance | path

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

/freebsd-head/sys/sys/
HDvnode.h835 #define vn_seqc_read_notmodify(vp) seqc_read_notmodify(&(vp)->v_seqc) macro
/freebsd-head/sys/kern/
HDvfs_cache.c6184 fpl->dvp_seqc = vn_seqc_read_notmodify(fpl->dvp); in cache_fplookup_impl()
/freebsd-head/sys/contrib/openzfs/module/os/freebsd/zfs/
HDzfs_vnops_os.c689 dvp_seqc = vn_seqc_read_notmodify(dvp); in zfs_lookup()