Lines Matching defs:bdev

383 static inline int blkdev_report_zones_ioctl(struct block_device *bdev,  in blkdev_report_zones_ioctl()
390 static inline int blkdev_zone_mgmt_ioctl(struct block_device *bdev, in blkdev_zone_mgmt_ioctl()
956 static inline struct request_queue *bdev_get_queue(struct block_device *bdev) in bdev_get_queue()
1312 static inline int blkdev_issue_flush(struct block_device *bdev, gfp_t gfp_mask) in blkdev_issue_flush()
1368 static inline bool bdev_is_partition(struct block_device *bdev) in bdev_is_partition()
1434 static inline unsigned int bdev_logical_block_size(struct block_device *bdev) in bdev_logical_block_size()
1444 static inline unsigned int bdev_physical_block_size(struct block_device *bdev) in bdev_physical_block_size()
1454 static inline int bdev_io_min(struct block_device *bdev) in bdev_io_min()
1464 static inline int bdev_io_opt(struct block_device *bdev) in bdev_io_opt()
1486 static inline int bdev_alignment_offset(struct block_device *bdev) in bdev_alignment_offset()
1529 static inline int bdev_discard_alignment(struct block_device *bdev) in bdev_discard_alignment()
1539 static inline unsigned int bdev_write_same(struct block_device *bdev) in bdev_write_same()
1549 static inline unsigned int bdev_write_zeroes_sectors(struct block_device *bdev) in bdev_write_zeroes_sectors()
1559 static inline enum blk_zoned_model bdev_zoned_model(struct block_device *bdev) in bdev_zoned_model()
1569 static inline bool bdev_is_zoned(struct block_device *bdev) in bdev_is_zoned()
1579 static inline sector_t bdev_zone_sectors(struct block_device *bdev) in bdev_zone_sectors()
1588 static inline unsigned int bdev_max_open_zones(struct block_device *bdev) in bdev_max_open_zones()
1597 static inline unsigned int bdev_max_active_zones(struct block_device *bdev) in bdev_max_active_zones()
1629 static inline unsigned int block_size(struct block_device *bdev) in block_size()
1690 struct blk_integrity *bdev_get_integrity(struct block_device *bdev) in bdev_get_integrity()
2012 static inline void invalidate_bdev(struct block_device *bdev) in invalidate_bdev()
2015 static inline int truncate_bdev_range(struct block_device *bdev, fmode_t mode, in truncate_bdev_range()
2020 static inline int sync_blockdev(struct block_device *bdev) in sync_blockdev()