Function report |
Source Code:fs\namespace.c |
Create Date:2022-07-28 20:09:15 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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
Proto:struct vfsmount *clone_private_mount(const struct path *path)
Type:struct vfsmount
Parameter:
Type | Parameter | Name |
---|---|---|
const struct path * | path |
1872 | old_mnt = real_mount(mnt) |
1875 | If IS_MNT_UNBINDABLE(old_mnt) Then Return ERR_PTR( - EINVAL) |
1878 | new_mnt = clone_mnt(old_mnt, dentry, CL_PRIVATE) |
1882 | Return mnt |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |