Searched refs:behind_writes (Results 1 – 3 of 3) sorted by relevance
217 atomic_t behind_writes; member
1835 atomic_inc(&bitmap->behind_writes); in md_bitmap_start_behind_write()1836 bw = atomic_read(&bitmap->behind_writes); in md_bitmap_start_behind_write()1852 if (atomic_dec_and_test(&bitmap->behind_writes)) in md_bitmap_end_behind_write()1855 atomic_read(&bitmap->behind_writes), in md_bitmap_end_behind_write()1865 if (bitmap && atomic_read(&bitmap->behind_writes) > 0) { in md_bitmap_wait_behind_writes()1870 atomic_read(&bitmap->behind_writes) == 0); in md_bitmap_wait_behind_writes()
1292 atomic_read(&bitmap->behind_writes) == 0); in raid1_read_request()1509 (atomic_read(&bitmap->behind_writes) in raid1_write_request()