Home
last modified time | relevance | path

Searched refs:behind_writes (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/md/
H A Dmd-bitmap.h63 int behind_writes; member
H A Dmd-bitmap.c191 atomic_t behind_writes; member
2057 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()
H A Draid1.c1627 stats.behind_writes < max_write_behind) in raid1_write_request()