Home
last modified time | relevance | path

Searched refs:seq_escape (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/include/linux/
Dseq_file.h129 void seq_escape(struct seq_file *m, const char *s, const char *esc);
182 seq_escape(m, name, ",= \t\n\\"); in seq_show_option()
185 seq_escape(m, value, ", \t\n\\"); in seq_show_option()
/Linux-v4.19/fs/nfsd/
Dexport.c671 seq_escape(m, exp->ex_client->name, " \t\n\\"); in svc_export_show()
1187 seq_escape(m, fsloc->locations[0].path, ",;@ \t\n\\"); in exp_flags()
1189 seq_escape(m, fsloc->locations[0].hosts, ",;@ \t\n\\"); in exp_flags()
1192 seq_escape(m, fsloc->locations[i].path, ",;@ \t\n\\"); in exp_flags()
1194 seq_escape(m, fsloc->locations[i].hosts, ",;@ \t\n\\"); in exp_flags()
/Linux-v4.19/fs/
Dproc_namespace.c85 seq_escape(m, s, " \t\n\\"); in mangle()
Dseq_file.c375 void seq_escape(struct seq_file *m, const char *s, const char *esc) in seq_escape() function
384 EXPORT_SYMBOL(seq_escape);
/Linux-v4.19/Documentation/filesystems/
Dseq_file.txt210 seq_escape(struct seq_file *m, const char *s, const char *esc);
213 expect. seq_escape() is like seq_puts(), except that any character in s
/Linux-v4.19/net/ceph/
Dceph_common.c559 seq_escape(m, opt->name, ", \t\n\\"); in ceph_print_client_options()
/Linux-v4.19/lib/
Ddynamic_debug.c796 seq_escape(m, dp->format, "\t\r\n\""); in ddebug_proc_show()
/Linux-v4.19/fs/btrfs/
Dsuper.c2330 seq_escape(m, rcu_str_deref(first_dev->name), " \t\n\\"); in btrfs_show_devname()
/Linux-v4.19/fs/nfs/
Dsuper.c786 seq_escape(m, devname, " \t\n\\"); in nfs_show_devname()
/Linux-v4.19/kernel/cgroup/
Dcgroup.c1733 seq_escape(sf, buf, " \t\n\\"); in cgroup_show_path()
/Linux-v4.19/security/selinux/
Dhooks.c1272 seq_escape(m, opts->mnt_opts[i], "\"\n\\"); in selinux_write_opts()