/openbmc/linux/fs/overlayfs/ |
H A D | params.c | 975 seq_show_option(m, "lowerdir", lowerdirs[0]); in ovl_show_options() 982 seq_show_option(m, "lowerdir+", lowerdirs[nr]); in ovl_show_options() 984 seq_show_option(m, "datadir+", lowerdirs[nr]); in ovl_show_options() 987 seq_show_option(m, "upperdir", ofs->config.upperdir); in ovl_show_options() 988 seq_show_option(m, "workdir", ofs->config.workdir); in ovl_show_options()
|
/openbmc/linux/include/linux/ |
H A D | seq_file.h | 239 static inline void seq_show_option(struct seq_file *m, const char *name, in seq_show_option() function 266 seq_show_option(m, name, val_buf); \
|
/openbmc/linux/kernel/cgroup/ |
H A D | cgroup-v1.c | 870 seq_show_option(seq, ss->legacy_name, NULL); in cgroup1_show_options() 882 seq_show_option(seq, "release_agent", in cgroup1_show_options() 889 seq_show_option(seq, "name", root->name); in cgroup1_show_options()
|
/openbmc/linux/fs/ceph/ |
H A D | super.c | 715 seq_show_option(m, "fsc", fsopt->fscache_uniq); in ceph_show_options() 734 seq_show_option(m, "mds_namespace", fsopt->mds_namespace); in ceph_show_options() 740 seq_show_option(m, "recover_session", "clean"); in ceph_show_options() 772 seq_show_option(m, "snapdirname", fsopt->snapdir_name); in ceph_show_options()
|
/openbmc/linux/fs/smb/client/ |
H A D | cifsfs.c | 556 seq_show_option(s, "vers", tcon->ses->server->vals->version_string); in cifs_show_options() 565 seq_show_option(s, "username", tcon->ses->user_name); in cifs_show_options() 568 seq_show_option(s, "domain", tcon->ses->domainName); in cifs_show_options() 684 seq_show_option(s, "reparse", in cifs_show_options()
|
/openbmc/linux/fs/gfs2/ |
H A D | super.c | 1104 seq_show_option(s, "lockproto", args->ar_lockproto); in gfs2_show_options() 1106 seq_show_option(s, "locktable", args->ar_locktable); in gfs2_show_options() 1108 seq_show_option(s, "hostdata", args->ar_hostdata); in gfs2_show_options()
|
/openbmc/linux/fs/reiserfs/ |
H A D | super.c | 762 seq_show_option(seq, "jdev", REISERFS_SB(s)->s_jdev); in reiserfs_show_options() 769 seq_show_option(seq, "usrjquota", in reiserfs_show_options() 774 seq_show_option(seq, "grpjquota", in reiserfs_show_options()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_super.c | 199 seq_show_option(m, "logdev", mp->m_logname); in xfs_fs_show_options() 201 seq_show_option(m, "rtdev", mp->m_rtname); in xfs_fs_show_options()
|
/openbmc/linux/fs/hostfs/ |
H A D | hostfs_kern.c | 252 seq_show_option(seq, root_path + offset, NULL); in hostfs_show_options()
|
/openbmc/linux/fs/f2fs/ |
H A D | super.c | 1868 seq_show_option(seq, "usrjquota", in f2fs_show_quota_options() 1872 seq_show_option(seq, "grpjquota", in f2fs_show_quota_options() 1876 seq_show_option(seq, "prjjquota", in f2fs_show_quota_options()
|
/openbmc/linux/fs/ocfs2/ |
H A D | super.c | 1522 seq_show_option(s, "cluster_stack", osb->osb_cluster_stack); in ocfs2_show_options()
|
/openbmc/linux/fs/ext4/ |
H A D | super.c | 2934 seq_show_option(seq, "usrjquota", usr_qf_name); in ext4_show_quota_options() 2936 seq_show_option(seq, "grpjquota", grp_qf_name); in ext4_show_quota_options()
|