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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dctree.h1347 static inline struct btrfs_stripe *btrfs_stripe_nr(struct btrfs_chunk *c, function
1358 return btrfs_stripe_dev_uuid(btrfs_stripe_nr(c, nr));
1364 return btrfs_stripe_offset(eb, btrfs_stripe_nr(c, nr));
1371 btrfs_set_stripe_offset(eb, btrfs_stripe_nr(c, nr), val);
1377 return btrfs_stripe_devid(eb, btrfs_stripe_nr(c, nr));
1384 btrfs_set_stripe_devid(eb, btrfs_stripe_nr(c, nr), val);

Completed in 62 milliseconds