Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dseq_file.h128 void seq_escape(struct seq_file *m, const char *s, const char *esc);
167 seq_escape(m, name, ",= \t\n\\"); in seq_show_option()
170 seq_escape(m, value, ", \t\n\\"); in seq_show_option()
/linux-4.4.14/fs/nfsd/
Dexport.c669 seq_escape(m, exp->ex_client->name, " \t\n\\"); in svc_export_show()
1174 seq_escape(m, fsloc->locations[0].path, ",;@ \t\n\\"); in exp_flags()
1176 seq_escape(m, fsloc->locations[0].hosts, ",;@ \t\n\\"); in exp_flags()
1179 seq_escape(m, fsloc->locations[i].path, ",;@ \t\n\\"); in exp_flags()
1181 seq_escape(m, fsloc->locations[i].hosts, ",;@ \t\n\\"); in exp_flags()
/linux-4.4.14/fs/
Dseq_file.c384 void seq_escape(struct seq_file *m, const char *s, const char *esc) in seq_escape() function
393 EXPORT_SYMBOL(seq_escape);
Dproc_namespace.c82 seq_escape(m, s, " \t\n\\"); in mangle()
Dnamespace.c1168 seq_escape(m, s, " \t\n\\"); in mangle()
/linux-4.4.14/Documentation/filesystems/
Dseq_file.txt189 seq_escape(struct seq_file *m, const char *s, const char *esc);
192 expect. seq_escape() is like seq_puts(), except that any character in s
/linux-4.4.14/net/ceph/
Dceph_common.c533 seq_escape(m, opt->name, ", \t\n\\"); in ceph_print_client_options()
/linux-4.4.14/lib/
Ddynamic_debug.c790 seq_escape(m, dp->format, "\t\r\n\""); in ddebug_proc_show()
/linux-4.4.14/fs/btrfs/
Dsuper.c2165 seq_escape(m, name->str, " \t\n\\"); in btrfs_show_devname()
/linux-4.4.14/fs/nfs/
Dsuper.c791 seq_escape(m, devname, " \t\n\\"); in nfs_show_devname()
/linux-4.4.14/security/selinux/
Dhooks.c1114 seq_escape(m, opts->mnt_opts[i], "\"\n\\"); in selinux_write_opts()