函数逻辑报告 |
Source Code:fs\namespace.c |
Create Date:2022-07-29 10:39:35 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:lone_private_mount - create a private clone of a path* This creates a new vfsmount, which will be the clone of @path. The new will* not be attached anywhere in the namespace and will be private (i.e. changes
函数原型:struct vfsmount *clone_private_mount(const struct path *path)
返回类型:struct vfsmount
参数:
类型 | 参数 | 名称 |
---|---|---|
const struct path * | path |
1872 | old_mnt等于real_mount(mnt) |
1875 | 如果IS_MNT_UNBINDABLE(old_mnt)则返回:错误号 |
1878 | new_mnt等于clone_mnt(old_mnt, dentry, CL_PRIVATE) |
1882 | 返回:mnt |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |