Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_buf.c195 spinlock_t pb_hash_lock; member
656 spin_lock(&h->pb_hash_lock); in _pagebuf_find()
681 spin_unlock(&h->pb_hash_lock); in _pagebuf_find()
685 spin_unlock(&h->pb_hash_lock); in _pagebuf_find()
1011 if (atomic_dec_and_lock(&pb->pb_hold, &hash->pb_hash_lock)) { in pagebuf_rele()
1016 spin_unlock(&hash->pb_hash_lock); in pagebuf_rele()
1018 spin_lock(&hash->pb_hash_lock); in pagebuf_rele()
1033 spin_unlock(&hash->pb_hash_lock); in pagebuf_rele()
1036 spin_unlock(&hash->pb_hash_lock); in pagebuf_rele()
1449 spin_lock(&h->pb_hash_lock); in xfs_wait_buftarg()
[all …]