Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dextent_io.h348 btrfs_bio_alloc(struct block_device *bdev, u64 first_sector, int nr_vecs,
Dcompression.c100 return btrfs_bio_alloc(bdev, first_byte >> 9, BIO_MAX_PAGES, gfp_flags); in compressed_bio_alloc()
Dextent_io.c2752 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()
Dinode.c8103 bio = btrfs_bio_alloc(bdev, first_sector, BIO_MAX_PAGES, gfp_flags); in btrfs_dio_bio_alloc()