Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Draid56.h19 struct sector_ptr;
119 struct sector_ptr *bio_sectors;
125 struct sector_ptr *stripe_sectors;
H A Draid56.c141 struct sector_ptr { struct
681 static struct sector_ptr *rbio_stripe_sector(const struct btrfs_raid_bio *rbio, in rbio_stripe_sector()
690 static struct sector_ptr *rbio_pstripe_sector(const struct btrfs_raid_bio *rbio, in rbio_pstripe_sector()
697 static struct sector_ptr *rbio_qstripe_sector(const struct btrfs_raid_bio *rbio, in rbio_qstripe_sector()
948 static struct sector_ptr *sector_in_rbio(struct btrfs_raid_bio *rbio, in sector_in_rbio()
952 struct sector_ptr *sector; in sector_in_rbio()
1012 rbio->bio_sectors = kcalloc(num_sectors, sizeof(struct sector_ptr), in alloc_rbio()
1014 rbio->stripe_sectors = kcalloc(num_sectors, sizeof(struct sector_ptr), in alloc_rbio()
1124 struct sector_ptr *sector, in rbio_add_io_sector()
1209 struct sector_ptr *sector = &rbio->bio_sectors[index]; in index_one_bio()
[all …]