Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/md/
Draid5.h817 #define R5_GAS_NOBLOCK (1 << 1) macro
Draid5.c852 if (flags & R5_GAS_NOBLOCK) in raid5_get_active_stripe()
4634 R5_GAS_NOBLOCK | R5_GAS_NOQUIESCE); in handle_stripe_expansion()
5272 R5_GAS_PREVIOUS | R5_GAS_NOBLOCK | in handle_stripe()
6014 flags |= R5_GAS_NOBLOCK; in make_stripe_request()
6536 R5_GAS_NOBLOCK); in raid5_sync_request()
6602 R5_GAS_NOBLOCK | R5_GAS_NOQUIESCE); in retry_aligned_read()
Draid5-cache.c1927 noblock ? R5_GAS_NOBLOCK : 0); in r5c_recovery_alloc_stripe()