Searched refs:__bread_gfp (Results 1 - 2 of 2) sorted by path

/linux-master/fs/
H A Dbuffer.c1463 * __bread_gfp() - Read a block.
1484 struct buffer_head *__bread_gfp(struct block_device *bdev, sector_t block, function
1503 EXPORT_SYMBOL(__bread_gfp); variable
/linux-master/include/linux/
H A Dbuffer_head.h232 struct buffer_head *__bread_gfp(struct block_device *,
347 return __bread_gfp(sb->s_bdev, block, sb->s_blocksize, __GFP_MOVABLE);
353 return __bread_gfp(sb->s_bdev, block, sb->s_blocksize, 0);
482 return __bread_gfp(bdev, block, size, __GFP_MOVABLE);

Completed in 220 milliseconds