Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_cache.c1590 struct mtx *dvlp; in cache_neg_evict() local
1616 dvlp = VP2VNODELOCK(dvp); in cache_neg_evict()
1620 mtx_lock(dvlp); in cache_neg_evict()
1636 MPASS(dvlp == VP2VNODELOCK(ncp->nc_dvp)); in cache_neg_evict()
1645 mtx_unlock(dvlp); in cache_neg_evict()
1804 struct vnode *dvp, struct mtx *dvlp, struct mtx *vlp, uint32_t hash, in cache_zap_unlocked_bucket() argument
1812 cache_sort_vnodes(&dvlp, &vlp); in cache_zap_unlocked_bucket()
1813 cache_lock_vnodes(dvlp, vlp); in cache_zap_unlocked_bucket()
1831 cache_unlock_vnodes(dvlp, vlp); in cache_zap_unlocked_bucket()
1837 cache_unlock_vnodes(dvlp, vlp); in cache_zap_unlocked_bucket()
[all …]