函数逻辑报告 |
Source Code:block\blk-merge.c |
Create Date:2022-07-27 18:40:49 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:blk_bio_write_zeroes_split
函数原型:static struct bio *blk_bio_write_zeroes_split(struct request_queue *q, struct bio *bio, struct bio_set *bs, unsigned *nsegs)
返回类型:struct bio
参数:
类型 | 参数 | 名称 |
---|---|---|
struct request_queue * | q | |
struct bio * | bio | |
struct bio_set * | bs | |
unsigned * | nsegs |
108 | nsegs等于0 |
110 | 如果非max_write_zeroes_sectors则返回:NULL |
113 | 如果bio_sectors(bio)小于等于max_write_zeroes_sectors则返回: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 插件可实现:逻辑报告 代码生成和批量转换代码 |