Home
last modified time | relevance | path

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

/linux-3.3/fs/btrfs/
Dextent_io.h314 btrfs_bio_alloc(struct block_device *bdev, u64 first_sector, int nr_vecs,
Dcompression.c101 return btrfs_bio_alloc(bdev, first_byte >> 9, nr_vecs, gfp_flags); in compressed_bio_alloc()
Dextent_io.c2369 btrfs_bio_alloc(struct block_device *bdev, u64 first_sector, int nr_vecs, in btrfs_bio_alloc() function
2460 bio = btrfs_bio_alloc(bdev, sector, nr, GFP_NOFS | __GFP_HIGH); in submit_extent_page()
Dinode.c5911 return btrfs_bio_alloc(bdev, first_sector, nr_vecs, gfp_flags); in btrfs_dio_bio_alloc()