Searched refs:DMF_DEFERRED_REMOVE (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/md/
H A Ddm.c348 (test_bit(DMF_DEFERRED_REMOVE, &md->flags)))
373 set_bit(DMF_DEFERRED_REMOVE, &md->flags);
374 } else if (only_deferred && !test_bit(DMF_DEFERRED_REMOVE, &md->flags))
393 clear_bit(DMF_DEFERRED_REMOVE, &md->flags);
782 /* Leverage async fput() if DMF_DEFERRED_REMOVE set */
783 if (unlikely(test_bit(DMF_DEFERRED_REMOVE, &md->flags)))
3144 return test_bit(DMF_DEFERRED_REMOVE, &md->flags);
H A Ddm-core.h160 #define DMF_DEFERRED_REMOVE 6 macro

Completed in 139 milliseconds