Searched refs:far_copies (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid10.h | 39 int far_copies; /* number of copies laid out member 42 int far_offset; /* far_copies are offset by 1 46 * This is size / far_copies unless 58 int copies; /* near_copies * far_copies.
|
H A D | raid10.c | 32 * far_copies (stored in second byte of layout) 38 * is divided into far_copies sections. In each section, chunks are laid out 42 * are (near_copies * far_copies) of each chunk, and each is on a different 43 * drive. near_copies and far_copies must be at least one, and their product 46 * If far_offset is true, then the far_copies are handled a bit differently. 52 * sets that are (near_copies * far_copies) in size. The far copied stripes 539 * parameters: near_copies and far_copies. 540 * near_copies * far_copies must be <= raid_disks. 548 * If far_copies > 1, then after 1/far_copies o [all...] |
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid10.c | 32 * far_copies (stored in second byte of layout) 38 * is divided into far_copies sections. In each section, chunks are laid out 42 * are (near_copies * far_copies) of each chunk, and each is on a different 43 * drive. near_copies and far_copies must be at least one, and their product 46 * If far_offset is true, then the far_copies are handled a bit differently. 52 * sets that are (near_copies * far_copies) in size. The far copied stripes 565 * parameters: near_copies and far_copies. 566 * near_copies * far_copies must be <= raid_disks. 574 * If far_copies > 1, then after 1/far_copies o 1654 int far_copies = geo->far_copies; raid10_handle_discard() local [all...] |
H A D | raid10.h | 39 int far_copies; /* number of copies laid out member 42 int far_offset; /* far_copies are offset by 1 46 * This is size / far_copies unless 58 int copies; /* near_copies * far_copies.
|
Completed in 7 milliseconds