Searched refs:btrfs_raid_stride (Results 1 – 4 of 4) sorted by relevance
/linux/fs/btrfs/ |
H A D | raid-stripe-tree.c | 47 struct btrfs_raid_stride *stride = &extent->strides[i]; in btrfs_partially_delete_raid_extent() 191 struct btrfs_raid_stride *stride = &extent->strides[i]; in btrfs_delete_raid_extent() 320 struct btrfs_raid_stride *raid_stride = &stripe_extent->strides[i]; in btrfs_insert_one_raid_extent() 447 struct btrfs_raid_stride *stride = &stripe_extent->strides[i]; in btrfs_get_raid_extent_offset()
|
H A D | raid-stripe-tree.h | 57 return item_size / sizeof(struct btrfs_raid_stride); in btrfs_num_raid_stripes()
|
H A D | accessors.h | 294 BTRFS_SETGET_FUNCS(raid_stride_devid, struct btrfs_raid_stride, devid, 64); 295 BTRFS_SETGET_FUNCS(raid_stride_physical, struct btrfs_raid_stride, physical, 64); 296 BTRFS_SETGET_STACK_FUNCS(stack_raid_stride_devid, struct btrfs_raid_stride, devid, 64); 297 BTRFS_SETGET_STACK_FUNCS(stack_raid_stride_physical, struct btrfs_raid_stride, physical, 64);
|
/linux/include/uapi/linux/ |
H A D | btrfs_tree.h | 743 struct btrfs_raid_stride { struct 752 __DECLARE_FLEX_ARRAY(struct btrfs_raid_stride, strides); argument
|