Searched refs:DMF_DEFERRED_REMOVE (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/md/
H A Ddm-core.h160 #define DMF_DEFERRED_REMOVE 6 macro
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);

Completed in 161 milliseconds