Searched refs:btrfs_io_bio (Results 1 – 8 of 8) sorted by relevance
/fs/btrfs/ |
D | volumes.h | 275 typedef void (btrfs_io_bio_end_io_t) (struct btrfs_io_bio *bio, int err); 276 struct btrfs_io_bio { struct 287 static inline struct btrfs_io_bio *btrfs_io_bio(struct bio *bio) in btrfs_io_bio() function 289 return container_of(bio, struct btrfs_io_bio, bio); in btrfs_io_bio()
|
D | btrfs_inode.h | 308 int (*subio_endio)(struct inode *, struct btrfs_io_bio *, int);
|
D | extent_io.h | 86 struct btrfs_io_bio; 102 int (*readpage_end_io_hook)(struct btrfs_io_bio *io_bio, u64 phy_offset,
|
D | file-item.c | 157 static void btrfs_io_bio_endio_readpage(struct btrfs_io_bio *bio, int err) in btrfs_io_bio_endio_readpage() 167 struct btrfs_io_bio *btrfs_bio = btrfs_io_bio(bio); in __btrfs_lookup_bio_sums()
|
D | extent_io.c | 177 offsetof(struct btrfs_io_bio, bio)); in extent_io_init() 2345 struct btrfs_io_bio *btrfs_failed_bio; in btrfs_create_repair_bio() 2346 struct btrfs_io_bio *btrfs_bio; in btrfs_create_repair_bio() 2358 btrfs_failed_bio = btrfs_io_bio(failed_bio); in btrfs_create_repair_bio() 2363 btrfs_bio = btrfs_io_bio(bio); in btrfs_create_repair_bio() 2533 struct btrfs_io_bio *io_bio = btrfs_io_bio(bio); in end_bio_extent_readpage() 2671 struct btrfs_io_bio *btrfs_bio; in btrfs_bio_alloc() 2686 btrfs_bio = btrfs_io_bio(bio); in btrfs_bio_alloc() 2696 struct btrfs_io_bio *btrfs_bio; in btrfs_bio_clone() 2701 btrfs_bio = btrfs_io_bio(new); in btrfs_bio_clone() [all …]
|
D | inode.c | 3106 struct btrfs_io_bio *io_bio, in __readpage_endio_check() 3141 static int btrfs_readpage_end_io_hook(struct btrfs_io_bio *io_bio, in btrfs_readpage_end_io_hook() 7983 isector = start - btrfs_io_bio(failed_bio)->logical; in dio_read_error() 8036 struct btrfs_io_bio *io_bio) in __btrfs_correct_data_nocsum() 8093 struct btrfs_io_bio *io_bio = btrfs_io_bio(bio); in btrfs_retry_endio() 8130 struct btrfs_io_bio *io_bio, int err) in __btrfs_subio_endio_read() 8200 struct btrfs_io_bio *io_bio, int err) in btrfs_subio_endio_read() 8219 struct btrfs_io_bio *io_bio = btrfs_io_bio(bio); in btrfs_endio_direct_read() 8315 err = dip->subio_endio(dip->inode, btrfs_io_bio(bio), err); in btrfs_end_dio_bio() 8357 struct btrfs_io_bio *io_bio = btrfs_io_bio(bio); in btrfs_lookup_and_bind_dio_csum() [all …]
|
D | volumes.c | 6022 btrfs_io_bio(bio)->stripe_index; in btrfs_end_bio() 6053 btrfs_io_bio(bio)->mirror_num = bbio->mirror_num; in btrfs_end_bio() 6139 btrfs_io_bio(bio)->stripe_index = dev_nr; in submit_stripe_bio() 6174 btrfs_io_bio(bio)->mirror_num = bbio->mirror_num; in bbio_error()
|
D | disk-io.c | 687 static int btree_readpage_end_io_hook(struct btrfs_io_bio *io_bio, in btree_readpage_end_io_hook()
|