Home
last modified time | relevance | path

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

/u-boot/fs/btrfs/
A Dconv-funcs.h70 DEFINE_CONV_FOR_STRUCT(btrfs_stripe)
83 struct btrfs_stripe: btrfs_stripe_to_disk_v, \
96 struct btrfs_stripe: btrfs_stripe_to_cpu_v, \
124 DEFINE_CONV(btrfs_stripe, devid, offset)
A Dctree.h49 sizeof(struct btrfs_stripe) * (num_stripes - 1); in btrfs_chunk_item_size()
271 BTRFS_SETGET_FUNCS(stripe_devid, struct btrfs_stripe, devid, 64);
272 BTRFS_SETGET_FUNCS(stripe_offset, struct btrfs_stripe, offset, 64);
274 static inline char *btrfs_stripe_dev_uuid(struct btrfs_stripe *s) in btrfs_stripe_dev_uuid()
276 return (char *)s + offsetof(struct btrfs_stripe, dev_uuid); in btrfs_stripe_dev_uuid()
294 BTRFS_SETGET_STACK_FUNCS(stack_stripe_devid, struct btrfs_stripe, devid, 64);
295 BTRFS_SETGET_STACK_FUNCS(stack_stripe_offset, struct btrfs_stripe, offset, 64);
297 static inline struct btrfs_stripe *btrfs_stripe_nr(struct btrfs_chunk *c, in btrfs_stripe_nr()
302 offset += nr * sizeof(struct btrfs_stripe); in btrfs_stripe_nr()
303 return (struct btrfs_stripe *)offset; in btrfs_stripe_nr()
/u-boot/fs/btrfs/kernel-shared/
A Dbtrfs_tree.h446 struct btrfs_stripe { struct
479 struct btrfs_stripe stripe;

Completed in 11 milliseconds