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:dissolve_on_fput
Proto:void dissolve_on_fput(struct vfsmount *mnt)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct vfsmount * | mnt |
1837 | namespace_lock() |
1838 | lock_mount_hash() |
1839 | ns = containing namespace |
1840 | If ns Then |
1843 | Else ns = NULL |
1846 | unlock_mount_hash() |
1847 | namespace_unlock() |
1848 | If ns Then free_mnt_ns(ns) |
Name | Describe |
---|---|
open_detached_copy | |
SYSCALL_DEFINE3 | Create a kernel mount representation for a new, prepared superblock* (specified by fs_fd) and attach to an open_tree-like file descriptor. |
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 |