Home
last modified time | relevance | path

Searched refs:btrfs_stripe (Results 1 – 2 of 2) sorted by relevance

/fs/btrfs/
Dctree.h216 struct btrfs_stripe { struct
248 struct btrfs_stripe stripe;
256 sizeof(struct btrfs_stripe) * (num_stripes - 1); in btrfs_chunk_item_size()
1094 BTRFS_SETGET_FUNCS(stripe_devid, struct btrfs_stripe, devid, 64);
1095 BTRFS_SETGET_FUNCS(stripe_offset, struct btrfs_stripe, offset, 64);
1097 static inline char *btrfs_stripe_dev_uuid(struct btrfs_stripe *s) in btrfs_stripe_dev_uuid()
1099 return (char *)s + offsetof(struct btrfs_stripe, dev_uuid); in btrfs_stripe_dev_uuid()
1117 BTRFS_SETGET_STACK_FUNCS(stack_stripe_devid, struct btrfs_stripe, devid, 64);
1118 BTRFS_SETGET_STACK_FUNCS(stack_stripe_offset, struct btrfs_stripe, offset, 64);
1120 static inline struct btrfs_stripe *btrfs_stripe_nr(struct btrfs_chunk *c, in btrfs_stripe_nr()
[all …]
Dvolumes.c2156 struct btrfs_stripe *stripe; in __finish_chunk_alloc()