Searched refs:btrfs_bio_init (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | bio.h | 117 void btrfs_bio_init(struct btrfs_bio *bbio, struct btrfs_inode *inode, u64 file_offset,
|
| H A D | bio.c | 44 void btrfs_bio_init(struct btrfs_bio *bbio, struct btrfs_inode *inode, u64 file_offset, in btrfs_bio_init() function 75 btrfs_bio_init(bbio, inode, file_offset, end_io, private); in btrfs_bio_alloc() 92 btrfs_bio_init(bbio, orig_bbio->inode, orig_bbio->file_offset, NULL, orig_bbio); in btrfs_split_bio() 293 btrfs_bio_init(repair_bbio, failed_bbio->inode, failed_bbio->file_offset + bio_offset, in repair_one_sector() 548 btrfs_bio_init(btrfs_bio(bio), orig_bbio->inode, in btrfs_submit_mirrored_bio()
|
| H A D | direct-io.c | 718 btrfs_bio_init(bbio, BTRFS_I(iter->inode), file_offset, in btrfs_dio_submit_io()
|
| H A D | compression.c | 69 btrfs_bio_init(bbio, inode, start, end_io, NULL); in alloc_compressed_bio()
|