Searched refs:b_state (Results 1 – 2 of 2) sorted by relevance
| /include/linux/ |
| A D | buffer_head.h | 93 if (!test_bit(BH_##bit, &(bh)->b_state)) \ 94 set_bit(BH_##bit, &(bh)->b_state); \ 98 clear_bit(BH_##bit, &(bh)->b_state); \ 102 return test_bit(BH_##bit, &(bh)->b_state); \ 111 return test_and_set_bit(BH_##bit, &(bh)->b_state); \ 115 return test_and_clear_bit(BH_##bit, &(bh)->b_state); \ 150 if (test_bit(BH_Uptodate, &bh->b_state)) in BUFFER_FNS() 158 set_bit(BH_Uptodate, &bh->b_state); in BUFFER_FNS() 163 clear_bit(BH_Uptodate, &bh->b_state); in clear_buffer_uptodate() 172 return test_bit_acquire(BH_Uptodate, &bh->b_state); in buffer_uptodate() [all …]
|
| A D | jbd2.h | 343 bit_spin_lock(BH_JournalHead, &bh->b_state); in jbd_lock_bh_journal_head() 348 bit_spin_unlock(BH_JournalHead, &bh->b_state); in jbd_unlock_bh_journal_head()
|
Completed in 9 milliseconds