Home
last modified time | relevance | path

Searched refs:DMF_SUSPENDED (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/md/
H A Ddm-core.h155 #define DMF_SUSPENDED 1 macro
H A Ddm.c2692 set_bit(DMF_SUSPENDED, &md->flags); in __dm_destroy()
3032 r = __dm_suspend(md, map, suspend_flags, TASK_INTERRUPTIBLE, DMF_SUSPENDED); in dm_suspend()
3098 clear_bit(DMF_SUSPENDED, &md->flags); in dm_resume()
3169 set_bit(DMF_SUSPENDED, &md->flags); in __dm_internal_resume()
3314 return test_bit(DMF_SUSPENDED, &md->flags); in dm_suspended_md()