Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/btrfs/
Dctree.h1619 static inline struct btrfs_stripe *btrfs_stripe_nr(struct btrfs_chunk *c, in btrfs_stripe_nr() function
1630 return btrfs_stripe_dev_uuid(btrfs_stripe_nr(c, nr)); in btrfs_stripe_dev_uuid_nr()
1636 return btrfs_stripe_offset(eb, btrfs_stripe_nr(c, nr)); in btrfs_stripe_offset_nr()
1642 return btrfs_stripe_devid(eb, btrfs_stripe_nr(c, nr)); in btrfs_stripe_devid_nr()
Dvolumes.c3470 stripe = btrfs_stripe_nr(chunk, i); in chunk_devid_filter()
3510 stripe = btrfs_stripe_nr(chunk, i); in chunk_drange_filter()