Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Dmd-llbitmap.c284 atomic_t behind_writes; member
995 atomic_set(&llbitmap->behind_writes, 0); in llbitmap_create()
1398 stats->behind_writes = atomic_read(&llbitmap->behind_writes); in llbitmap_get_stats()
1423 atomic_inc(&llbitmap->behind_writes); in llbitmap_start_behind_write()
1430 if (atomic_dec_and_test(&llbitmap->behind_writes)) in llbitmap_end_behind_write()
1442 atomic_read(&llbitmap->behind_writes) == 0); in llbitmap_wait_behind_writes()
H A Dmd-bitmap.c192 atomic_t behind_writes; member
2045 atomic_inc(&bitmap->behind_writes); in bitmap_start_behind_write()
2046 bw = atomic_read(&bitmap->behind_writes); in bitmap_start_behind_write()
2058 if (atomic_dec_and_test(&bitmap->behind_writes)) in bitmap_end_behind_write()
2061 atomic_read(&bitmap->behind_writes), in bitmap_end_behind_write()
2070 if (bitmap && atomic_read(&bitmap->behind_writes) > 0) { in bitmap_wait_behind_writes()
2075 atomic_read(&bitmap->behind_writes) == 0); in bitmap_wait_behind_writes()
2359 stats->behind_writes = atomic_read(&bitmap->behind_writes); in bitmap_get_stats()
H A Draid1.c1466 if (!stats.behind_wait && stats.behind_writes < max_write_behind) in raid1_start_write_behind()