函数逻辑报告 |
Source Code:include\trace\events\block.h |
Create Date:2022-07-27 13:24:08 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:lock_split - split a single bio struct into two bio structs*@q: queue containing the bio*@bio: block operation being split*@new_sector: The starting sector for the new bio* The bio request @bio in request queue @q needs to be split into two* bio requests
函数原型:static inline void trace_block_split(struct request_queue *q, struct bio *bio, unsigned int new_sector)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct request_queue * | q | |
struct bio * | bio | |
unsigned int | new_sector |
NULL
名称 | 描述 |
---|---|
__blk_queue_split | __blk_queue_split - split a bio and submit the second half*@q: [in] request queue pointer*@bio: [in, out] bio to be split*@nr_segs: [out] number of segments in the first bio* Split a bio into two bios, chain the two bios, submit the second half and |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |