Searched refs:behind_writes (Results 1 – 3 of 3) sorted by relevance
216 atomic_t behind_writes; member
1402 atomic_inc(&bitmap->behind_writes); in md_bitmap_startwrite()1403 bw = atomic_read(&bitmap->behind_writes); in md_bitmap_startwrite()1465 if (atomic_dec_and_test(&bitmap->behind_writes)) in md_bitmap_endwrite()1468 atomic_read(&bitmap->behind_writes), in md_bitmap_endwrite()1777 if (bitmap && atomic_read(&bitmap->behind_writes) > 0) { in md_bitmap_wait_behind_writes()1782 atomic_read(&bitmap->behind_writes) == 0); in md_bitmap_wait_behind_writes()
1280 atomic_read(&bitmap->behind_writes) == 0); in raid1_read_request()1500 (atomic_read(&bitmap->behind_writes) in raid1_write_request()