Searched refs:seq_escape (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/include/linux/ |
D | seq_file.h | 128 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/ |
D | export.c | 669 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/ |
D | seq_file.c | 384 void seq_escape(struct seq_file *m, const char *s, const char *esc) in seq_escape() function 393 EXPORT_SYMBOL(seq_escape);
|
D | proc_namespace.c | 82 seq_escape(m, s, " \t\n\\"); in mangle()
|
D | namespace.c | 1168 seq_escape(m, s, " \t\n\\"); in mangle()
|
/linux-4.4.14/Documentation/filesystems/ |
D | seq_file.txt | 189 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/ |
D | ceph_common.c | 533 seq_escape(m, opt->name, ", \t\n\\"); in ceph_print_client_options()
|
/linux-4.4.14/lib/ |
D | dynamic_debug.c | 790 seq_escape(m, dp->format, "\t\r\n\""); in ddebug_proc_show()
|
/linux-4.4.14/fs/btrfs/ |
D | super.c | 2165 seq_escape(m, name->str, " \t\n\\"); in btrfs_show_devname()
|
/linux-4.4.14/fs/nfs/ |
D | super.c | 791 seq_escape(m, devname, " \t\n\\"); in nfs_show_devname()
|
/linux-4.4.14/security/selinux/ |
D | hooks.c | 1114 seq_escape(m, opts->mnt_opts[i], "\"\n\\"); in selinux_write_opts()
|