Lines Matching refs:block_device
69 struct block_device *b_bdev;
175 void clean_bdev_aliases(struct block_device *bdev, sector_t block,
185 struct buffer_head *__find_get_block(struct block_device *bdev, sector_t block,
187 struct buffer_head *__getblk_gfp(struct block_device *bdev, sector_t block,
191 void __breadahead(struct block_device *, sector_t block, unsigned int size);
192 void __breadahead_gfp(struct block_device *, sector_t block, unsigned int size,
194 struct buffer_head *__bread_gfp(struct block_device *,
208 void write_boundary_block(struct block_device *bdev,
371 static inline struct buffer_head *getblk_unmovable(struct block_device *bdev, in getblk_unmovable()
378 static inline struct buffer_head *__getblk(struct block_device *bdev, in __getblk()
396 __bread(struct block_device *bdev, sector_t block, unsigned size) in __bread()