Searched refs:MD_HAS_PPL (Results 1 – 7 of 7) sorted by relevance
| /drivers/md/ |
| A D | raid5-log.h | 54 return test_bit(MD_HAS_PPL, &conf->mddev->flags); in raid5_has_ppl()
|
| A D | raid5-ppl.c | 1226 clear_bit(MD_HAS_PPL, &ppl_conf->mddev->flags); in __ppl_exit_log() 1441 set_bit(MD_HAS_PPL, &ppl_conf->mddev->flags); in ppl_init_log()
|
| A D | md.h | 352 MD_HAS_PPL, enumerator
|
| A D | raid0.c | 29 (1L << MD_HAS_PPL) | \
|
| A D | md.c | 1963 set_bit(MD_HAS_PPL, &mddev->flags); in super_1_validate() 2214 if (test_bit(MD_HAS_PPL, &mddev->flags)) { in super_1_sync() 3524 if (rdev->mddev->pers && test_bit(MD_HAS_PPL, &rdev->mddev->flags) && in ppl_sector_store() 3561 if (rdev->mddev->pers && test_bit(MD_HAS_PPL, &rdev->mddev->flags) && in ppl_size_store() 5590 } else if (test_bit(MD_HAS_PPL, &mddev->flags)) { in consistency_policy_show() 5617 set_bit(MD_HAS_PPL, &mddev->flags); in consistency_policy_store()
|
| A D | raid5.c | 7903 test_bit(MD_HAS_PPL, &mddev->flags)) { in raid5_run() 7906 clear_bit(MD_HAS_PPL, &mddev->flags); in raid5_run() 7992 if (test_bit(MD_HAS_PPL, &mddev->flags)) in raid5_run()
|
| A D | raid1.c | 44 (1L << MD_HAS_PPL) | \
|
Completed in 41 milliseconds