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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dctree.h232 struct btrfs_stripe { struct
264 struct btrfs_stripe stripe;
272 sizeof(struct btrfs_stripe) * (num_stripes - 1);
1321 BTRFS_SETGET_FUNCS(stripe_devid, struct btrfs_stripe, devid, 64);
1322 BTRFS_SETGET_FUNCS(stripe_offset, struct btrfs_stripe, offset, 64);
1324 static inline char *btrfs_stripe_dev_uuid(struct btrfs_stripe *s)
1326 return (char *)s + offsetof(struct btrfs_stripe, dev_uuid);
1344 BTRFS_SETGET_STACK_FUNCS(stack_stripe_devid, struct btrfs_stripe, devid, 64);
1345 BTRFS_SETGET_STACK_FUNCS(stack_stripe_offset, struct btrfs_stripe, offset, 64);
1347 static inline struct btrfs_stripe *btrfs_stripe_n
[all...]
H A Dvolumes.c2386 struct btrfs_stripe *stripe;

Completed in 80 milliseconds