Searched refs:DMF_SUSPENDED (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-core.h | 155 #define DMF_SUSPENDED 1 macro
|
H A D | dm.c | 2470 set_bit(DMF_SUSPENDED, &md->flags); in __dm_destroy() 2668 * @dmf_suspended_flag: DMF_SUSPENDED or DMF_SUSPENDED_INTERNALLY 2810 r = __dm_suspend(md, map, suspend_flags, TASK_INTERRUPTIBLE, DMF_SUSPENDED); in dm_suspend() 2876 clear_bit(DMF_SUSPENDED, &md->flags); in dm_resume() 2947 set_bit(DMF_SUSPENDED, &md->flags); in __dm_internal_resume() 3092 return test_bit(DMF_SUSPENDED, &md->flags); in dm_suspended_md()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm.c | 139 #define DMF_SUSPENDED 1 macro 2268 set_bit(DMF_SUSPENDED, &md->flags); in __dm_destroy() 2478 * @dmf_suspended_flag: DMF_SUSPENDED or DMF_SUSPENDED_INTERNALLY 2616 r = __dm_suspend(md, map, suspend_flags, TASK_INTERRUPTIBLE, DMF_SUSPENDED); in dm_suspend() 2681 clear_bit(DMF_SUSPENDED, &md->flags); in dm_resume() 2879 return test_bit(DMF_SUSPENDED, &md->flags); in dm_suspended_md()
|
Completed in 9 milliseconds