函数逻辑报告 |
Source Code:fs\namespace.c |
Create Date:2022-07-29 10:39:42 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Ripoff of 'select_parent()'* search the list of submounts for a given mountpoint, and move any* shrinkable submounts to the 'graveyard' list.
函数原型:static int select_submounts(struct mount *parent, struct list_head *graveyard)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct mount * | parent | |
struct list_head * | graveyard |
2922 | this_parent等于parent |
2924 | found等于0 |
2926 | repeat : |
2928 | resume : |
2929 | 当next不等于 list of children, anchored here 循环 |
2934 | 如果非mnt_flags按位与MNT_SHRINKABLE的值则继续下一循环 |
2939 | 如果非链表为空则 |
2940 | this_parent等于mnt |
2941 | 转到:repeat |
2952 | 如果this_parent不等于parent则 |
2957 | 返回:found |
名称 | 描述 |
---|---|
shrink_submounts |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |