Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_buf.c522 spin_lock_init(&bch->bc_lock); in xfs_buf_cache_init()
658 spin_lock(&bch->bc_lock); in xfs_buf_find_insert()
663 spin_unlock(&bch->bc_lock); in xfs_buf_find_insert()
669 spin_unlock(&bch->bc_lock); in xfs_buf_find_insert()
680 spin_unlock(&bch->bc_lock); in xfs_buf_find_insert()
1085 release = atomic_dec_and_lock(&bp->b_hold, &bch->bc_lock); in xfs_buf_rele_cached()
1110 spin_unlock(&bch->bc_lock); in xfs_buf_rele_cached()
1127 spin_unlock(&bch->bc_lock); in xfs_buf_rele_cached()
Dxfs_buf.h87 spinlock_t bc_lock; member