函数逻辑报告 |
Source Code:fs\pnode.c |
Create Date:2022-07-29 10:41:44 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:llect all mounts that receive propagation from the mount in @list,* and return these additional mounts in the same list.*@list: the list of mounts to be unmounted.* vfsmount lock must be held for write
函数原型:int propagate_umount(struct list_head *list)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct list_head * | list |
539 | LIST_HEAD(to_restore) |
545 | parent等于mnt_parent |
554 | 如果非链表为空则继续下一循环 |
557 | 添加链表项 |
562 | 如果非child则继续下一循环 |
565 | 如果非链表为空则 |
573 | m等于skip_propagation_subtree(m, parent) |
574 | 继续下一循环 |
575 | 否则如果mnt_flags按位与MNT_UMOUNT则 |
582 | 添加链表项 |
583 | 继续下一循环 |
590 | child等于mnt_parent |
597 | umount_list( & to_umount, & to_restore) |
598 | restore_mounts( & to_restore) |
599 | cleanup_umount_visitations( & visited) |
600 | 加入二个链表项 |
602 | 返回:0 |
名称 | 描述 |
---|---|
umount_tree | mount_lock must be held* namespace_sem must be held for write |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |