函数逻辑报告 |
Source Code:include\linux\blk_types.h |
Create Date:2022-07-27 06:44:57 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Check if a bio or request operation is a zone management operation, with* the exception of REQ_OP_ZONE_RESET_ALL which is treated as a special case* due to its different handling in the block layer and device response in* case of command failure.
函数原型:static inline bool op_is_zone_mgmt(enum req_opf op)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
enum req_opf | op |
436 | 当: & == REQ_OP_ZONE_RESET |
437 | 当: & == REQ_OP_ZONE_OPEN |
438 | 当: & == REQ_OP_ZONE_CLOSE |
439 | 当: & == REQ_OP_ZONE_FINISH |
440 | 返回:true |
441 | 默认 |
442 | 返回:false |
名称 | 描述 |
---|---|
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 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |