Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Draid-stripe-tree.c47 struct btrfs_raid_stride *stride = &extent->strides[i]; in btrfs_partially_delete_raid_extent()
187 struct btrfs_raid_stride *stride = &extent->strides[i]; in btrfs_delete_raid_extent()
314 struct btrfs_raid_stride *raid_stride = &stripe_extent->strides[i]; in btrfs_insert_one_raid_extent()
439 struct btrfs_raid_stride *stride = &stripe_extent->strides[i]; in btrfs_get_raid_extent_offset()
H A Draid-stripe-tree.h57 return item_size / sizeof(struct btrfs_raid_stride); in btrfs_num_raid_stripes()
H A Daccessors.h315 BTRFS_SETGET_FUNCS(raid_stride_devid, struct btrfs_raid_stride, devid, 64);
316 BTRFS_SETGET_FUNCS(raid_stride_physical, struct btrfs_raid_stride, physical, 64);
317 BTRFS_SETGET_STACK_FUNCS(stack_raid_stride_devid, struct btrfs_raid_stride, devid, 64);
318 BTRFS_SETGET_STACK_FUNCS(stack_raid_stride_physical, struct btrfs_raid_stride, physical, 64);
/linux/include/uapi/linux/
H A Dbtrfs_tree.h753 struct btrfs_raid_stride { struct
762 __DECLARE_FLEX_ARRAY(struct btrfs_raid_stride, strides); argument