Searched refs:behind_writes (Results 1 – 3 of 3) sorted by relevance
63 int behind_writes; member
191 atomic_t behind_writes; member2057 atomic_inc(&bitmap->behind_writes); in bitmap_start_behind_write()2058 bw = atomic_read(&bitmap->behind_writes); in bitmap_start_behind_write()2073 if (atomic_dec_and_test(&bitmap->behind_writes)) in bitmap_end_behind_write()2076 atomic_read(&bitmap->behind_writes), in bitmap_end_behind_write()2085 if (bitmap && atomic_read(&bitmap->behind_writes) > 0) { in bitmap_wait_behind_writes()2090 atomic_read(&bitmap->behind_writes) == 0); in bitmap_wait_behind_writes()2375 stats->behind_writes = atomic_read(&bitmap->behind_writes); in bitmap_get_stats()
1627 stats.behind_writes < max_write_behind) in raid1_write_request()