Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Draid-stripe-tree.c314 struct btrfs_raid_stride *raid_stride = &stripe_extent->strides[i]; in btrfs_insert_one_raid_extent() local
316 btrfs_set_stack_raid_stride_devid(raid_stride, devid); in btrfs_insert_one_raid_extent()
317 btrfs_set_stack_raid_stride_physical(raid_stride, physical); in btrfs_insert_one_raid_extent()
/linux/include/uapi/linux/
H A Dext4.h119 __u16 raid_stride; member
/linux/fs/ext4/
H A Dioctl.c1294 ret.raid_stride = le16_to_cpu(es->s_raid_stride); in ext4_ioctl_get_tune_sb()
1351 es->s_raid_stride = cpu_to_le16(params->raid_stride); in ext4_sb_setparams()