Searched refs:stripesize (Results 1 – 5 of 5) sorted by relevance
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | dm-raid.rst | 403 raid4: add and remove stripes (minimum 3), change stripesize 404 …minimum 3, special case 2 for raid1 takeover), change rotating parity algorithms, change stripesize 405 raid6: add and remove stripes (minimum 4), change rotating syndrome algorithms, change stripesize 406 raid10 near: add stripes (minimum 4), change stripesize, no stripe removal possible, change to of… 407 raid10 offset: add stripes, change stripesize, no stripe removal possible, change to near layout
|
| /linux/include/uapi/linux/ |
| H A D | btrfs_tree.h | 696 __le32 stripesize; member
|
| /linux/drivers/scsi/smartpqi/ |
| H A D | smartpqi_init.c | 2832 rmd->stripesize = rmd->blocks_per_row * rmd->layout_map_count; in pqi_calc_aio_r5_or_r6() 2835 rmd->first_group = do_div(tmpdiv, rmd->stripesize); in pqi_calc_aio_r5_or_r6() 2840 rmd->last_group = do_div(tmpdiv, rmd->stripesize); in pqi_calc_aio_r5_or_r6() 2845 rmd->first_group = (rmd->first_block % rmd->stripesize) / rmd->blocks_per_row; in pqi_calc_aio_r5_or_r6() 2846 rmd->last_group = (rmd->last_block % rmd->stripesize) / rmd->blocks_per_row; in pqi_calc_aio_r5_or_r6() 2854 do_div(tmpdiv, rmd->stripesize); in pqi_calc_aio_r5_or_r6() 2858 do_div(tmpdiv, rmd->stripesize); in pqi_calc_aio_r5_or_r6() 2862 rmd->first_block / rmd->stripesize; in pqi_calc_aio_r5_or_r6() 2863 rmd->r5or6_last_row = rmd->last_block / rmd->stripesize; in pqi_calc_aio_r5_or_r6() 2871 rmd->first_row_offset = do_div(tmpdiv, rmd->stripesize); in pqi_calc_aio_r5_or_r6() [all …]
|
| H A D | smartpqi.h | 1063 u32 stripesize; member
|
| /linux/fs/btrfs/ |
| H A D | disk-io.c | 2875 fs_info->stripesize = 4096; in btrfs_init_fs_info() 3262 u32 stripesize; in open_ctree() local 3369 stripesize = sectorsize; in open_ctree() 3380 fs_info->stripesize = stripesize; in open_ctree()
|