Searched refs:sector_ptr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | raid56.c | 63 struct sector_ptr { struct 604 static struct sector_ptr *rbio_stripe_sector(const struct btrfs_raid_bio *rbio, in rbio_stripe_sector() 613 static struct sector_ptr *rbio_pstripe_sector(const struct btrfs_raid_bio *rbio, in rbio_pstripe_sector() 620 static struct sector_ptr *rbio_qstripe_sector(const struct btrfs_raid_bio *rbio, in rbio_qstripe_sector() 871 static struct sector_ptr *sector_in_rbio(struct btrfs_raid_bio *rbio, in sector_in_rbio() 875 struct sector_ptr *sector; in sector_in_rbio() 926 rbio->bio_sectors = kcalloc(num_sectors, sizeof(struct sector_ptr), in alloc_rbio() 928 rbio->stripe_sectors = kcalloc(num_sectors, sizeof(struct sector_ptr), in alloc_rbio() 1037 struct sector_ptr *sector, in rbio_add_io_sector() 1120 struct sector_ptr *secto in index_one_bio() [all...] |
H A D | raid56.h | 110 struct sector_ptr *bio_sectors; 116 struct sector_ptr *stripe_sectors; 126 * The reason we don't use another bit in sector_ptr is, we have two
|
Completed in 5 milliseconds