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_mnt_opts
Proto:static void show_mnt_opts(struct seq_file *m, struct vfsmount *mnt)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct seq_file * | m | |
struct vfsmount * | mnt |
66 | static const struct proc_fs_info mnt_info[] = {{MNT_NOSUID, ",nosuid"}, {MNT_NODEV, ",nodev"}, {MNT_NOEXEC, ",noexec"}, {MNT_NOATIME, ",noatime"}, {MNT_NODIRATIME, ",nodiratime"}, {MNT_RELATIME, ",relatime"}, {0, NULL}} |
Name | Describe |
---|---|
show_vfsmnt | |
show_mountinfo |
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 |