Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbuffer_head.h22 BH_Lock, /* Is locked */ enumerator
425 return likely(!test_and_set_bit_lock(BH_Lock, &bh->b_state)); in trylock_buffer()
/linux/fs/
H A Dbuffer.c71 wait_on_bit_lock_io(&bh->b_state, BH_Lock, TASK_UNINTERRUPTIBLE); in __lock_buffer()
77 clear_bit_unlock(BH_Lock, &bh->b_state); in unlock_buffer()
79 wake_up_bit(&bh->b_state, BH_Lock); in unlock_buffer()
123 wait_on_bit_io(&bh->b_state, BH_Lock, TASK_UNINTERRUPTIBLE); in __wait_on_buffer()
2887 (bh->b_state & ((1 << BH_Dirty) | (1 << BH_Lock))); in buffer_busy()
/linux/fs/gfs2/
H A Dglops.c67 const unsigned long b_state = (1UL << BH_Dirty)|(1UL << BH_Pinned)|(1UL << BH_Lock); in __gfs2_ail_flush()