函数逻辑报告 |
Source Code:kernel\resource.c |
Create Date:2022-07-27 10:04:39 |
Last Modify:2022-05-22 11:14:39 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:r_show
函数原型:static int r_show(struct seq_file *m, void *v)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct seq_file * | m | |
void * | v |
107 | root等于PDE_DATA(file_inode(file)) |
113 | 以depth小于MAX_IORES_LEVEL循环如果parent恒等于root则 |
115 | 退出 |
117 | 如果file_ns_capable(file, & init_user_ns, Allow setting zone reclaim policy )则 |
120 | 否则 |
124 | seq_printf(m, "%*s%0*llx-%0*llx : %s\n", depth * 2, "", width, start, width, end, name ? name : "<BAD>") |
129 | 返回:0 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |