Lines Matching defs:b_state
71 wait_on_bit_lock_io(&bh->b_state, BH_Lock, TASK_UNINTERRUPTIBLE);
77 clear_bit_unlock(BH_Lock, &bh->b_state);
79 wake_up_bit(&bh->b_state, BH_Lock);
123 wait_on_bit_io(&bh->b_state, BH_Lock, TASK_UNINTERRUPTIBLE);
129 if (!test_bit(BH_Quiet, &bh->b_state))
231 "b_blocknr=%llu, b_state=0x%08lx, b_size=%zu, "
235 bh->b_state, bh->b_size, bdev,
1562 unsigned long b_state;
1567 b_state = READ_ONCE(bh->b_state);
1569 } while (!try_cmpxchg(&bh->b_state, &b_state,
1570 b_state & ~BUFFER_FLAGS_DISCARD));
1644 unsigned long b_state)
1651 bh->b_state |= b_state;
1674 unsigned long blocksize, unsigned long b_state)
1676 folio_create_empty_buffers(page_folio(page), blocksize, b_state);
1769 unsigned int b_state)
1776 b_state);
2778 set_bit(BH_Quiet, &bh->b_state);
2909 (bh->b_state & ((1 << BH_Dirty) | (1 << BH_Lock)));