Searched refs:B_WRITING (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/md/
H A Ddm-bufio.c311 #define B_WRITING 1 macro
969 * Clean buffers that are not being written (B_WRITING not set)
1418 * Set the error, clear B_WRITING bit and wake anyone who was waiting on
1431 BUG_ON(!test_bit(B_WRITING, &b->state));
1434 clear_bit(B_WRITING, &b->state);
1437 wake_up_bit(&b->state, B_WRITING);
1446 * - Submit our write and don't wait on it. We set B_WRITING indicating
1456 wait_on_bit_lock_io(&b->state, B_WRITING, TASK_UNINTERRUPTIBLE);
1497 wait_on_bit_io(&b->state, B_WRITING, TASK_UNINTERRUPTIBLE);
1505 if (WARN_ON_ONCE(test_bit(B_WRITING,
[all...]

Completed in 157 milliseconds