Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Ddm.c123 #define DMF_SUSPENDED 1 macro
3213 set_bit(DMF_SUSPENDED, &md->flags); in dm_suspend()
3273 clear_bit(DMF_SUSPENDED, &md->flags); in dm_resume()
3458 return test_bit(DMF_SUSPENDED, &md->flags); in dm_suspended_md()