Searched refs:btrfs_bio_alloc (Results 1 – 4 of 4) sorted by relevance
/linux-3.3/fs/btrfs/ |
D | extent_io.h | 314 btrfs_bio_alloc(struct block_device *bdev, u64 first_sector, int nr_vecs,
|
D | compression.c | 101 return btrfs_bio_alloc(bdev, first_byte >> 9, nr_vecs, gfp_flags); in compressed_bio_alloc()
|
D | extent_io.c | 2369 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()
|
D | inode.c | 5911 return btrfs_bio_alloc(bdev, first_sector, nr_vecs, gfp_flags); in btrfs_dio_bio_alloc()
|