Searched refs:btrfs_bio_init (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/fs/btrfs/ |
D | bio.h | 100 void btrfs_bio_init(struct btrfs_bio *bbio, struct btrfs_fs_info *fs_info,
|
D | bio.c | 44 void btrfs_bio_init(struct btrfs_bio *bbio, struct btrfs_fs_info *fs_info, in btrfs_bio_init() function 71 btrfs_bio_init(bbio, fs_info, end_io, private); in btrfs_bio_alloc() 88 btrfs_bio_init(bbio, fs_info, NULL, orig_bbio); in btrfs_split_bio() 257 btrfs_bio_init(repair_bbio, fs_info, NULL, fbio); in repair_one_sector()
|
D | direct-io.c | 716 btrfs_bio_init(bbio, BTRFS_I(iter->inode)->root->fs_info, in btrfs_dio_submit_io()
|
D | compression.c | 70 btrfs_bio_init(bbio, inode->root->fs_info, end_io, NULL); in alloc_compressed_bio()
|