Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/md/
Dmd-bitmap.h63 int behind_writes; member
Dmd-bitmap.c189 atomic_t behind_writes; member
1682 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()
Draid1.c1611 stats.behind_writes < max_write_behind) in raid1_write_request()