Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_cache.c1537 struct mtx *dvlp; in cache_neg_evict() local
1563 dvlp = VP2VNODELOCK(dvp); in cache_neg_evict()
1567 mtx_lock(dvlp); in cache_neg_evict()
1583 MPASS(dvlp == VP2VNODELOCK(ncp->nc_dvp)); in cache_neg_evict()
1592 mtx_unlock(dvlp); in cache_neg_evict()
1751 struct vnode *dvp, struct mtx *dvlp, struct mtx *vlp, uint32_t hash, in cache_zap_unlocked_bucket() argument
1759 cache_sort_vnodes(&dvlp, &vlp); in cache_zap_unlocked_bucket()
1760 cache_lock_vnodes(dvlp, vlp); in cache_zap_unlocked_bucket()
1781 cache_unlock_vnodes(dvlp, vlp); in cache_zap_unlocked_bucket()
1787 cache_unlock_vnodes(dvlp, vlp); in cache_zap_unlocked_bucket()
[all …]