Home
last modified time | relevance | path

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

/linux-2.6.39/fs/btrfs/
Dctree.h238 struct btrfs_stripe { struct
270 struct btrfs_stripe stripe;
294 sizeof(struct btrfs_stripe) * (num_stripes - 1); in btrfs_chunk_item_size()
1397 BTRFS_SETGET_FUNCS(stripe_devid, struct btrfs_stripe, devid, 64);
1398 BTRFS_SETGET_FUNCS(stripe_offset, struct btrfs_stripe, offset, 64);
1400 static inline char *btrfs_stripe_dev_uuid(struct btrfs_stripe *s) in btrfs_stripe_dev_uuid()
1402 return (char *)s + offsetof(struct btrfs_stripe, dev_uuid); in btrfs_stripe_dev_uuid()
1420 BTRFS_SETGET_STACK_FUNCS(stack_stripe_devid, struct btrfs_stripe, devid, 64);
1421 BTRFS_SETGET_STACK_FUNCS(stack_stripe_offset, struct btrfs_stripe, offset, 64);
1423 static inline struct btrfs_stripe *btrfs_stripe_nr(struct btrfs_chunk *c, in btrfs_stripe_nr()
[all …]
Dvolumes.c2667 struct btrfs_stripe *stripe; in __finish_chunk_alloc()