Searched refs:DMF_DEFERRED_REMOVE (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-core.h | 160 #define DMF_DEFERRED_REMOVE 6 macro
|
H A D | dm.c | 348 (test_bit(DMF_DEFERRED_REMOVE, &md->flags))) in dm_blk_close() 373 set_bit(DMF_DEFERRED_REMOVE, &md->flags); in dm_lock_for_deletion() 374 } else if (only_deferred && !test_bit(DMF_DEFERRED_REMOVE, &md->flags)) in dm_lock_for_deletion() 393 clear_bit(DMF_DEFERRED_REMOVE, &md->flags); in dm_cancel_deferred_remove() 3107 return test_bit(DMF_DEFERRED_REMOVE, &md->flags); in dm_test_deferred_remove_flag()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm.c | 144 #define DMF_DEFERRED_REMOVE 6 macro 377 (test_bit(DMF_DEFERRED_REMOVE, &md->flags))) in dm_blk_close() 402 set_bit(DMF_DEFERRED_REMOVE, &md->flags); in dm_lock_for_deletion() 403 } else if (only_deferred && !test_bit(DMF_DEFERRED_REMOVE, &md->flags)) in dm_lock_for_deletion() 422 clear_bit(DMF_DEFERRED_REMOVE, &md->flags); in dm_cancel_deferred_remove() 2894 return test_bit(DMF_DEFERRED_REMOVE, &md->flags); in dm_test_deferred_remove_flag()
|
Completed in 9 milliseconds