Searched refs:behind_writes (Results 1 – 3 of 3) sorted by relevance
217 atomic_t behind_writes; member
1471 atomic_inc(&bitmap->behind_writes); in md_bitmap_startwrite()1472 bw = atomic_read(&bitmap->behind_writes); in md_bitmap_startwrite()1534 if (atomic_dec_and_test(&bitmap->behind_writes)) in md_bitmap_endwrite()1537 atomic_read(&bitmap->behind_writes), in md_bitmap_endwrite()1846 if (bitmap && atomic_read(&bitmap->behind_writes) > 0) { in md_bitmap_wait_behind_writes()1851 atomic_read(&bitmap->behind_writes) == 0); in md_bitmap_wait_behind_writes()
1297 atomic_read(&bitmap->behind_writes) == 0); in raid1_read_request()1527 (atomic_read(&bitmap->behind_writes) in raid1_write_request()