Home
last modified time | relevance | path

Searched refs:btrfs_bio_alloc (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/fs/btrfs/
Dextent_io.h329 btrfs_bio_alloc(struct block_device *bdev, u64 first_sector, int nr_vecs,
Dcompression.c103 return btrfs_bio_alloc(bdev, first_byte >> 9, nr_vecs, gfp_flags); in compressed_bio_alloc()
Dextent_io.c2691 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()
Dvolumes.c5791 bio = btrfs_bio_alloc(dev->bdev, physical >> 9, nr_vecs, GFP_NOFS); in breakup_stripe_bio()
Dinode.c8012 return btrfs_bio_alloc(bdev, first_sector, nr_vecs, gfp_flags); in btrfs_dio_bio_alloc()