Searched refs:DM_CLONE_HYDRATION_ENABLED (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-clone-target.c | 150 #define DM_CLONE_HYDRATION_ENABLED 1 macro 794 if (test_bit(DM_CLONE_HYDRATION_ENABLED, &clone->flags) && in hydration_kcopyd_callback() 1101 test_bit(DM_CLONE_HYDRATION_ENABLED, &clone->flags) && in do_hydration() 1402 count = !test_bit(DM_CLONE_HYDRATION_ENABLED, &clone->flags); in emit_flags() 1407 if (!test_bit(DM_CLONE_HYDRATION_ENABLED, &clone->flags)) in emit_flags() 1572 __clear_bit(DM_CLONE_HYDRATION_ENABLED, &clone->flags); in parse_feature_args() 1804 __set_bit(DM_CLONE_HYDRATION_ENABLED, &clone->flags); in clone_ctr() 2141 if (!test_and_set_bit(DM_CLONE_HYDRATION_ENABLED, &clone->flags)) in enable_hydration() 2147 clear_bit(DM_CLONE_HYDRATION_ENABLED, &clone->flags); in disable_hydration()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-clone-target.c | 144 #define DM_CLONE_HYDRATION_ENABLED 1 macro 788 if (test_bit(DM_CLONE_HYDRATION_ENABLED, &clone->flags) && in hydration_kcopyd_callback() 1095 test_bit(DM_CLONE_HYDRATION_ENABLED, &clone->flags) && in do_hydration() 1392 count = !test_bit(DM_CLONE_HYDRATION_ENABLED, &clone->flags); in emit_flags() 1397 if (!test_bit(DM_CLONE_HYDRATION_ENABLED, &clone->flags)) in emit_flags() 1567 __clear_bit(DM_CLONE_HYDRATION_ENABLED, &clone->flags); in parse_feature_args() 1798 __set_bit(DM_CLONE_HYDRATION_ENABLED, &clone->flags); in clone_ctr() 2125 if (!test_and_set_bit(DM_CLONE_HYDRATION_ENABLED, &clone->flags)) in enable_hydration() 2131 clear_bit(DM_CLONE_HYDRATION_ENABLED, &clone->flags); in disable_hydration()
|
Completed in 7 milliseconds