函数逻辑报告 |
Source Code:fs\block_dev.c |
Create Date:2022-07-29 10:46:05 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:bd_clear_claiming
函数原型:static void bd_clear_claiming(struct block_device *whole, void *holder)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct block_device * | whole | |
void * | holder |
1193 | lockdep_assert_held( & pseudo-fs) |
1195 | BUG_ON(bd_claiming != holder) |
1196 | bd_claiming = NULL |
名称 | 描述 |
---|---|
bd_finish_claiming | d_finish_claiming - finish claiming of a block device*@bdev: block device of interest*@whole: whole block device (returned from bd_start_claiming())*@holder: holder that has claimed @bdev* Finish exclusive open of a block device |
bd_abort_claiming | d_abort_claiming - abort claiming of a block device*@bdev: block device of interest*@whole: whole block device (returned from bd_start_claiming())*@holder: holder that has claimed @bdev* Abort claiming of a block device when the exclusive open failed |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |