Searched refs:btrfs_bio_alloc (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
D | extent_io.h | 329 btrfs_bio_alloc(struct block_device *bdev, u64 first_sector, int nr_vecs,
|
D | compression.c | 103 return btrfs_bio_alloc(bdev, first_byte >> 9, nr_vecs, gfp_flags); in compressed_bio_alloc()
|
D | extent_io.c | 2691 btrfs_bio_alloc(struct block_device *bdev, u64 first_sector, int nr_vecs, in btrfs_bio_alloc() function 2836 bio = btrfs_bio_alloc(bdev, sector, nr, GFP_NOFS | __GFP_HIGH); in submit_extent_page()
|
D | volumes.c | 5791 bio = btrfs_bio_alloc(dev->bdev, physical >> 9, nr_vecs, GFP_NOFS); in breakup_stripe_bio()
|
D | inode.c | 8012 return btrfs_bio_alloc(bdev, first_sector, nr_vecs, gfp_flags); in btrfs_dio_bio_alloc()
|