Searched refs:behind_writes (Results 1 – 3 of 3) sorted by relevance
216 atomic_t behind_writes; member
1399 atomic_inc(&bitmap->behind_writes); in md_bitmap_startwrite()1400 bw = atomic_read(&bitmap->behind_writes); in md_bitmap_startwrite()1462 if (atomic_dec_and_test(&bitmap->behind_writes)) in md_bitmap_endwrite()1465 atomic_read(&bitmap->behind_writes), in md_bitmap_endwrite()1774 if (bitmap && atomic_read(&bitmap->behind_writes) > 0) { in md_bitmap_wait_behind_writes()1779 atomic_read(&bitmap->behind_writes) == 0); in md_bitmap_wait_behind_writes()
1280 atomic_read(&bitmap->behind_writes) == 0); in raid1_read_request()1505 (atomic_read(&bitmap->behind_writes) in raid1_write_request()