Searched refs:behind_writes (Results 1 – 3 of 3) sorted by relevance
63 int behind_writes; member
189 atomic_t behind_writes; member1682 atomic_inc(&bitmap->behind_writes); in bitmap_startwrite()1683 bw = atomic_read(&bitmap->behind_writes); in bitmap_startwrite()1747 if (atomic_dec_and_test(&bitmap->behind_writes)) in bitmap_endwrite()1750 atomic_read(&bitmap->behind_writes), in bitmap_endwrite()2069 if (bitmap && atomic_read(&bitmap->behind_writes) > 0) { in bitmap_wait_behind_writes()2074 atomic_read(&bitmap->behind_writes) == 0); in bitmap_wait_behind_writes()2357 stats->behind_writes = atomic_read(&bitmap->behind_writes); in bitmap_get_stats()
1611 stats.behind_writes < max_write_behind) in raid1_write_request()