Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/md/
Ddm.c118 #define DMF_SUSPENDED 1 macro
2580 set_bit(DMF_SUSPENDED, &md->flags); in dm_suspend()
2621 clear_bit(DMF_SUSPENDED, &md->flags); in dm_resume()
2705 return test_bit(DMF_SUSPENDED, &md->flags); in dm_suspended_md()