Searched refs:btrfs_bio_alloc (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/fs/btrfs/ |
D | extent_io.h | 348 btrfs_bio_alloc(struct block_device *bdev, u64 first_sector, int nr_vecs,
|
D | compression.c | 100 return btrfs_bio_alloc(bdev, first_byte >> 9, BIO_MAX_PAGES, gfp_flags); in compressed_bio_alloc()
|
D | extent_io.c | 2752 btrfs_bio_alloc(struct block_device *bdev, u64 first_sector, int nr_vecs, in btrfs_bio_alloc() function 2898 bio = btrfs_bio_alloc(bdev, sector, BIO_MAX_PAGES, in submit_extent_page()
|
D | inode.c | 8103 bio = btrfs_bio_alloc(bdev, first_sector, BIO_MAX_PAGES, gfp_flags); in btrfs_dio_bio_alloc()
|