Lines Matching refs:block_device
69 struct block_device *b_bdev;
209 void clean_bdev_aliases(struct block_device *bdev, sector_t block,
219 struct buffer_head *__find_get_block(struct block_device *bdev, sector_t block,
221 struct buffer_head *__getblk_gfp(struct block_device *bdev, sector_t block,
225 void __breadahead(struct block_device *, sector_t block, unsigned int size);
226 void __breadahead_gfp(struct block_device *, sector_t block, unsigned int size,
228 struct buffer_head *__bread_gfp(struct block_device *,
242 void write_boundary_block(struct block_device *bdev,
405 static inline struct buffer_head *getblk_unmovable(struct block_device *bdev, in getblk_unmovable()
412 static inline struct buffer_head *__getblk(struct block_device *bdev, in __getblk()
430 __bread(struct block_device *bdev, sector_t block, unsigned size) in __bread()