Lines Matching refs:block_device
71 struct block_device *b_bdev;
214 void clean_bdev_aliases(struct block_device *bdev, sector_t block,
224 struct buffer_head *__find_get_block(struct block_device *bdev, sector_t block,
226 struct buffer_head *__find_get_block_nonatomic(struct block_device *bdev,
228 struct buffer_head *bdev_getblk(struct block_device *bdev, sector_t block,
232 void __breadahead(struct block_device *, sector_t block, unsigned int size);
233 struct buffer_head *__bread_gfp(struct block_device *,
243 void write_boundary_block(struct block_device *bdev,
363 static inline struct buffer_head *getblk_unmovable(struct block_device *bdev, in getblk_unmovable()
374 static inline struct buffer_head *__getblk(struct block_device *bdev, in __getblk()
486 static inline struct buffer_head *__bread(struct block_device *bdev, in __bread()