Searched refs:behind_writes (Results 1 – 3 of 3) sorted by relevance
216 atomic_t behind_writes; member
1400 atomic_inc(&bitmap->behind_writes); in md_bitmap_startwrite()1401 bw = atomic_read(&bitmap->behind_writes); in md_bitmap_startwrite()1463 if (atomic_dec_and_test(&bitmap->behind_writes)) in md_bitmap_endwrite()1466 atomic_read(&bitmap->behind_writes), in md_bitmap_endwrite()1775 if (bitmap && atomic_read(&bitmap->behind_writes) > 0) { in md_bitmap_wait_behind_writes()1780 atomic_read(&bitmap->behind_writes) == 0); in md_bitmap_wait_behind_writes()
1298 atomic_read(&bitmap->behind_writes) == 0); in raid1_read_request()1531 (atomic_read(&bitmap->behind_writes) in raid1_write_request()