Searched refs:MD_SERIALIZE_POLICY (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/md/ |
| H A D | md.h | 368 MD_SERIALIZE_POLICY, enumerator
|
| H A D | raid0.c | 33 (1L << MD_SERIALIZE_POLICY))
|
| H A D | md.c | 238 if (!test_bit(MD_SERIALIZE_POLICY, &mddev->flags) && in mddev_create_serial_pool() 281 if (!test_bit(MD_SERIALIZE_POLICY, in mddev_destroy_serial_pool() 5935 test_bit(MD_SERIALIZE_POLICY, &mddev->flags)); in serialize_policy_show() 5952 if (value == test_bit(MD_SERIALIZE_POLICY, &mddev->flags)) in serialize_policy_store() 5966 set_bit(MD_SERIALIZE_POLICY, &mddev->flags); in serialize_policy_store() 5969 clear_bit(MD_SERIALIZE_POLICY, &mddev->flags); in serialize_policy_store() 7055 clear_bit(MD_SERIALIZE_POLICY, &mddev->flags); in __md_stop_writes()
|
| H A D | md-bitmap.c | 2096 if (!test_bit(MD_SERIALIZE_POLICY, &mddev->flags)) in bitmap_destroy() 2877 if (!test_bit(MD_SERIALIZE_POLICY, &mddev->flags)) in backlog_store()
|
| H A D | raid1.c | 567 } else if (test_bit(MD_SERIALIZE_POLICY, &rdev->mddev->flags)) in raid1_end_write_request() 1627 if (test_bit(MD_SERIALIZE_POLICY, &mddev->flags)) in raid1_write_request()
|
| H A D | raid5.c | 62 (1L << MD_SERIALIZE_POLICY))
|