Function report |
Source Code:fs\namespace.c |
Create Date:2022-07-28 20:09:20 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:mount_subtree
Proto:struct dentry *mount_subtree(struct vfsmount *m, const char *name)
Type:struct dentry
Parameter:
Type | Parameter | Name |
---|---|---|
struct vfsmount * | m | |
const char * | name |
3293 | mnt = real_mount(m) |
3299 | ns = alloc_mnt_ns( & userns count is 1 for root user, 1 for init_uts_ns,* and 1 for... ?, true) |
3304 | containing namespace = ns |
3306 | # of mounts in the namespace ++ |
3312 | put_mnt_ns(ns) |
3319 | atomic_inc( & s_active) |
3322 | lock for writing |
3324 | Return dentry |
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 |