| Function report | 
| Source Code: fs\proc_namespace.c | Create Date:2022-07-28 20:15:49 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:show_vfsmnt
Proto:static int show_vfsmnt(struct seq_file *m, struct vfsmount *mnt)
Type:int
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct seq_file * | m | |
| struct vfsmount * | mnt | 
| 100 | r = real_mount(mnt) | 
| 105 | If show_devname Then | 
| 109 | Else | 
| 110 | mangle(m, Name of device e.g. /dev/dsk/hda1 ? Name of device e.g. /dev/dsk/hda1 : "none") | 
| 120 | err = show_sb_opts(m, sb) | 
| 123 | show_mnt_opts(m, mnt) | 
| 124 | If show_options Then err = show_options(m, dentry) | 
| 127 | out : | 
| 128 | Return err | 
| 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 |