Home
last modified time | relevance | path

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

/drivers/md/
Ddm.c140 #define DMF_SUSPENDED 1 macro
2294 set_bit(DMF_SUSPENDED, &md->flags); in __dm_destroy()
2634 r = __dm_suspend(md, map, suspend_flags, TASK_INTERRUPTIBLE, DMF_SUSPENDED); in dm_suspend()
2699 clear_bit(DMF_SUSPENDED, &md->flags); in dm_resume()
2897 return test_bit(DMF_SUSPENDED, &md->flags); in dm_suspended_md()