Searched refs:MD_SERIALIZE_POLICY (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/md/ |
| H A D | md.h | 367 MD_SERIALIZE_POLICY, enumerator
|
| H A D | md-bitmap.c | 2088 if (!test_bit(MD_SERIALIZE_POLICY, &mddev->flags)) in bitmap_destroy() 2866 if (!test_bit(MD_SERIALIZE_POLICY, &mddev->flags)) in backlog_store()
|
| H A D | md.c | 280 if (!test_bit(MD_SERIALIZE_POLICY, in mddev_destroy_serial_pool() 5906 test_bit(MD_SERIALIZE_POLICY, &mddev->flags)); in serialize_policy_show() 5923 if (value == test_bit(MD_SERIALIZE_POLICY, &mddev->flags)) in serialize_policy_store() 5937 set_bit(MD_SERIALIZE_POLICY, &mddev->flags); in serialize_policy_store() 5940 clear_bit(MD_SERIALIZE_POLICY, &mddev->flags); in serialize_policy_store() 7028 clear_bit(MD_SERIALIZE_POLICY, &mddev->flags); in __md_stop_writes()
|
| H A D | raid1.c | 567 } else if (test_bit(MD_SERIALIZE_POLICY, &rdev->mddev->flags)) in raid1_end_write_request() 1662 if (test_bit(MD_SERIALIZE_POLICY, &mddev->flags)) in raid1_write_request()
|
| H A D | raid5.c | 62 (1L << MD_SERIALIZE_POLICY))
|