Lines Matching refs:block_device
29 bool (*dax_supported)(struct dax_device *, struct block_device *, int,
61 bool dax_supported(struct dax_device *dax_dev, struct block_device *bdev,
110 struct block_device *bdev, int blocksize, sector_t start, in dax_supported()
123 int bdev_dax_pgoff(struct block_device *, sector_t, size_t, pgoff_t *pgoff);
125 bool __bdev_dax_supported(struct block_device *bdev, int blocksize);
126 static inline bool bdev_dax_supported(struct block_device *bdev, int blocksize) in bdev_dax_supported()
132 struct block_device *bdev, int blocksize, sector_t start,
135 struct block_device *bdev, int blocksize, sector_t start, in generic_fsdax_supported()
147 struct dax_device *fs_dax_get_by_bdev(struct block_device *bdev);
156 static inline bool bdev_dax_supported(struct block_device *bdev, in bdev_dax_supported()
163 struct block_device *bdev, int blocksize, sector_t start, in generic_fsdax_supported()
173 static inline struct dax_device *fs_dax_get_by_bdev(struct block_device *bdev) in fs_dax_get_by_bdev()