Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\ramfs\inode.c Create Date:2022-07-28 20:34:49
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Display the mount options in /proc/mounts.

Proto:static int ramfs_show_options(struct seq_file *m, struct dentry *root)

Type:int

Parameter:

TypeParameterName
struct seq_file *m
struct dentry *root
167  fsi = s_fs_info
169  If mode != RAMFS_DEFAULT_MODE Then seq_printf(m, ",mode=%o", mode)
171  Return 0