Home
last modified time | relevance | path

Searched refs:btrfs_raid_stride (Results 1 – 4 of 4) sorted by relevance

/linux/fs/btrfs/
A Draid-stripe-tree.h51 return item_size / sizeof(struct btrfs_raid_stride); in btrfs_num_raid_stripes()
A Draid-stripe-tree.c135 struct btrfs_raid_stride *raid_stride = &stripe_extent->strides[i]; in btrfs_insert_one_raid_extent()
262 struct btrfs_raid_stride *stride = &stripe_extent->strides[i]; in btrfs_get_raid_extent_offset()
A Daccessors.h318 BTRFS_SETGET_FUNCS(raid_stride_devid, struct btrfs_raid_stride, devid, 64);
319 BTRFS_SETGET_FUNCS(raid_stride_physical, struct btrfs_raid_stride, physical, 64);
320 BTRFS_SETGET_STACK_FUNCS(stack_raid_stride_devid, struct btrfs_raid_stride, devid, 64);
321 BTRFS_SETGET_STACK_FUNCS(stack_raid_stride_physical, struct btrfs_raid_stride, physical, 64);
/linux/include/uapi/linux/
A Dbtrfs_tree.h743 struct btrfs_raid_stride { struct
752 __DECLARE_FLEX_ARRAY(struct btrfs_raid_stride, strides); argument

Completed in 59 milliseconds