Home
last modified time | relevance | path

Searched refs:seq_show_option (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/include/linux/
Dseq_file.h163 static inline void seq_show_option(struct seq_file *m, const char *name, in seq_show_option() function
189 seq_show_option(m, name, val_buf); \
/linux-4.4.14/fs/overlayfs/
Dsuper.c629 seq_show_option(m, "lowerdir", ufs->config.lowerdir); in ovl_show_options()
631 seq_show_option(m, "upperdir", ufs->config.upperdir); in ovl_show_options()
632 seq_show_option(m, "workdir", ufs->config.workdir); in ovl_show_options()
/linux-4.4.14/fs/cifs/
Dcifsfs.c400 seq_show_option(s, "vers", tcon->ses->server->vals->version_string); in cifs_show_options()
407 seq_show_option(s, "username", tcon->ses->user_name); in cifs_show_options()
410 seq_show_option(s, "domain", tcon->ses->domainName); in cifs_show_options()
/linux-4.4.14/fs/gfs2/
Dsuper.c1337 seq_show_option(s, "lockproto", args->ar_lockproto); in gfs2_show_options()
1339 seq_show_option(s, "locktable", args->ar_locktable); in gfs2_show_options()
1341 seq_show_option(s, "hostdata", args->ar_hostdata); in gfs2_show_options()
/linux-4.4.14/fs/reiserfs/
Dsuper.c717 seq_show_option(seq, "jdev", REISERFS_SB(s)->s_jdev); in reiserfs_show_options()
724 seq_show_option(seq, "usrjquota", in reiserfs_show_options()
729 seq_show_option(seq, "grpjquota", in reiserfs_show_options()
/linux-4.4.14/fs/xfs/
Dxfs_super.c506 seq_show_option(m, MNTOPT_LOGDEV, mp->m_logname); in xfs_showargs()
508 seq_show_option(m, MNTOPT_RTDEV, mp->m_rtname); in xfs_showargs()
/linux-4.4.14/fs/ceph/
Dsuper.c482 seq_show_option(m, "snapdirname", fsopt->snapdir_name); in ceph_show_options()
/linux-4.4.14/fs/hostfs/
Dhostfs_kern.c263 seq_show_option(seq, root_path + offset, NULL); in hostfs_show_options()
/linux-4.4.14/kernel/
Dcgroup.c1589 seq_show_option(seq, ss->legacy_name, NULL); in cgroup_show_options()
1597 seq_show_option(seq, "release_agent", in cgroup_show_options()
1604 seq_show_option(seq, "name", root->name); in cgroup_show_options()
/linux-4.4.14/fs/ext4/
Dsuper.c1792 seq_show_option(seq, "usrjquota", sbi->s_qf_names[USRQUOTA]); in ext4_show_quota_options()
1795 seq_show_option(seq, "grpjquota", sbi->s_qf_names[GRPQUOTA]); in ext4_show_quota_options()