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