Function report |
Source Code:include\linux\blkdev.h |
Create Date:2022-07-28 05:46:25 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:blk_queue_zone_sectors
Proto:static inline sector_t blk_queue_zone_sectors(struct request_queue *q)
Type:sector_t
Parameter:
Type | Parameter | Name |
---|---|---|
struct request_queue * | q |
701 | Return If blk_queue_is_zoned(q) Then chunk_sectors Else 0 |
Name | Describe |
---|---|
blk_zone_start | |
blkdev_nr_zones | lkdev_nr_zones - Get number of zones*@disk: Target gendisk* Return the total number of zones of a zoned block device. For a block* device without zone capabilities, the number of zones is always 0. |
blkdev_zone_mgmt | lkdev_zone_mgmt - Execute a zone management operation on a range of zones*@bdev: Target block device*@op: Operation to be performed on the zones*@sector: Start sector of the first zone to operate on*@nr_sectors: Number of sectors, should be at least the |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |