函数逻辑报告 |
Source Code:block\bio.c |
Create Date:2022-07-27 18:31:51 |
Last Modify:2020-03-17 23:13:58 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__bio_associate_blkg - associate a bio with the a blkg*@bio: target bio*@blkg: the blkg to associate* This tries to associate @bio with the specified @blkg. Association failure* is handled by walking up the blkg tree. Therefore, the blkg associated can
函数原型:static void __bio_associate_blkg(struct bio *bio, struct blkcg_gq *blkg)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct bio * | bio | |
struct blkcg_gq * | blkg |
名称 | 描述 |
---|---|
bio_associate_blkg_from_css | _associate_blkg_from_css - associate a bio with a specified css*@bio: target bio*@css: target css* Associate @bio with the blkg found by combining the css's blkg and the* request_queue of the @bio. This falls back to the queue's root_blkg if |
bio_clone_blkg_association | _clone_blkg_association - clone blkg association from src to dst bio*@dst: destination bio*@src: source bio |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |