Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Draid5.h817 #define R5_GAS_NOBLOCK (1 << 1) macro
H A Draid5.c851 if (flags & R5_GAS_NOBLOCK) in raid5_get_active_stripe()
4640 R5_GAS_NOBLOCK | R5_GAS_NOQUIESCE); in handle_stripe_expansion()
5278 R5_GAS_PREVIOUS | R5_GAS_NOBLOCK | in handle_stripe()
6021 flags |= R5_GAS_NOBLOCK; in make_stripe_request()
6595 R5_GAS_NOBLOCK); in raid5_sync_request()
6661 R5_GAS_NOBLOCK | R5_GAS_NOQUIESCE); in retry_aligned_read()
H A Draid5-cache.c1928 noblock ? R5_GAS_NOBLOCK : 0); in r5c_recovery_alloc_stripe()