Home
last modified time | relevance | path

Searched refs:MD_ARRAY_FIRST_USE (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
H A Dmd.h239 MD_ARRAY_FIRST_USE, /* First use of array, needs initialization */ enumerator
H A Ddm-raid.c2350 set_bit(MD_ARRAY_FIRST_USE, &mddev->flags); in super_init_validation()
2732 clear_bit(MD_ARRAY_FIRST_USE, &mddev->flags); in rs_setup_takeover()
2743 set_bit(MD_ARRAY_FIRST_USE, &mddev->flags); in rs_setup_takeover()
3115 if (test_bit(MD_ARRAY_FIRST_USE, &rs->md.flags)) { in raid_ctr()
H A Dmd-bitmap.c1864 * If 'MD_ARRAY_FIRST_USE' is set, then device-mapper is in md_bitmap_create()
1867 if (test_and_clear_bit(MD_ARRAY_FIRST_USE, &mddev->flags)) in md_bitmap_create()
/kernel/linux/linux-6.6/drivers/md/
H A Dmd.h240 * @MD_ARRAY_FIRST_USE: First use of array, needs initialization.
263 MD_ARRAY_FIRST_USE, enumerator
H A Ddm-raid.c2347 set_bit(MD_ARRAY_FIRST_USE, &mddev->flags); in super_init_validation()
2729 clear_bit(MD_ARRAY_FIRST_USE, &mddev->flags); in rs_setup_takeover()
2740 set_bit(MD_ARRAY_FIRST_USE, &mddev->flags); in rs_setup_takeover()
3108 if (test_bit(MD_ARRAY_FIRST_USE, &rs->md.flags)) { in raid_ctr()
H A Dmd-bitmap.c1935 * If 'MD_ARRAY_FIRST_USE' is set, then device-mapper is in md_bitmap_create()
1938 if (test_and_clear_bit(MD_ARRAY_FIRST_USE, &mddev->flags)) in md_bitmap_create()

Completed in 19 milliseconds