Searched refs:set_syndrome_sources (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/md/ |
H A D | raid5.c | 1326 /* set_syndrome_sources - populate source buffers for gen_syndrome 1335 static int set_syndrome_sources(struct page **srcs, set_syndrome_sources() function 1400 count = set_syndrome_sources(blocks, sh, SYNDROME_SRC_ALL); ops_run_compute6_1() 1447 /* we need to open-code set_syndrome_sources to handle the ops_run_compute6_2() 1508 count = set_syndrome_sources(blocks, sh, SYNDROME_SRC_ALL); ops_run_compute6_2() 1582 count = set_syndrome_sources(blocks, sh, SYNDROME_SRC_WANT_DRAIN); ops_run_prexor6() 1823 count = set_syndrome_sources(blocks, sh, synflags); ops_run_reconstruct6() 1901 count = set_syndrome_sources(srcs, sh, SYNDROME_SRC_ALL); ops_run_check_pq()
|
H A D | raid5.h | 372 * Pages requested from set_syndrome_sources()
|
Completed in 105 milliseconds