Searched refs:stripe_sect (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.6/drivers/md/ |
| D | raid5-cache.c | 1922 sector_t stripe_sect, in r5c_recovery_alloc_stripe() argument 1927 sh = raid5_get_active_stripe(conf, NULL, stripe_sect, in r5c_recovery_alloc_stripe() 2081 sector_t stripe_sect; in r5c_recovery_analyze_meta_block() local 2111 stripe_sect = le64_to_cpu(payload_flush->flush_stripes[i]); in r5c_recovery_analyze_meta_block() 2113 stripe_sect); in r5c_recovery_analyze_meta_block() 2128 stripe_sect = (le16_to_cpu(payload->header.type) == R5LOG_PAYLOAD_DATA) ? in r5c_recovery_analyze_meta_block() 2135 stripe_sect); in r5c_recovery_analyze_meta_block() 2138 sh = r5c_recovery_alloc_stripe(conf, stripe_sect, 1); in r5c_recovery_analyze_meta_block() 2147 conf, stripe_sect, 1); in r5c_recovery_analyze_meta_block() 2165 conf, stripe_sect, 0); in r5c_recovery_analyze_meta_block()
|