| H A D | vfs_cache.c | 992 struct mtx *blp; in cache_assert_bucket_locked() local 994 blp = NCP2BUCKETLOCK(ncp); in cache_assert_bucket_locked() 995 mtx_assert(blp, MA_OWNED); in cache_assert_bucket_locked() 1001 struct mtx *blp; in cache_assert_bucket_unlocked() local 1003 blp = NCP2BUCKETLOCK(ncp); in cache_assert_bucket_unlocked() 1004 mtx_assert(blp, MA_NOTOWNED); in cache_assert_bucket_unlocked() 1591 struct mtx *blp; in cache_neg_evict() local 1617 blp = HASH2BUCKETLOCK(hash); in cache_neg_evict() 1621 mtx_lock(blp); in cache_neg_evict() 1637 MPASS(blp in cache_neg_evict() 1728 struct mtx *blp; cache_zap_negative_locked_vnode_kl() local 1745 struct mtx *blp; cache_zap_locked_vnode_kl2() local 1805 cache_zap_unlocked_bucket(struct namecache * ncp,struct componentname * cnp,struct vnode * dvp,struct mtx * dvlp,struct mtx * vlp,uint32_t hash,struct mtx * blp) cache_zap_unlocked_bucket() argument 1843 cache_zap_locked_bucket(struct namecache * ncp,struct componentname * cnp,uint32_t hash,struct mtx * blp) cache_zap_locked_bucket() argument 1870 struct mtx *blp; cache_remove_cnp() local 2105 struct mtx *blp; cache_lookup_fallback() local 2276 struct mtx *blp[2]; global() member 3130 struct mtx *blp; cache_validate() local [all...] |