Searched refs:seq_escape (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | seq_file.h | 129 void seq_escape(struct seq_file *m, const char *s, const char *esc); 183 seq_escape(m, name, ",= \t\n\\"); in seq_show_option() 186 seq_escape(m, value, ", \t\n\\"); in seq_show_option()
|
| /Linux-v5.4/fs/nfsd/ |
| D | export.c | 684 seq_escape(m, exp->ex_client->name, " \t\n\\"); in svc_export_show() 1202 seq_escape(m, fsloc->locations[0].path, ",;@ \t\n\\"); in exp_flags() 1204 seq_escape(m, fsloc->locations[0].hosts, ",;@ \t\n\\"); in exp_flags() 1207 seq_escape(m, fsloc->locations[i].path, ",;@ \t\n\\"); in exp_flags() 1209 seq_escape(m, fsloc->locations[i].hosts, ",;@ \t\n\\"); in exp_flags()
|
| /Linux-v5.4/fs/ |
| D | proc_namespace.c | 85 seq_escape(m, s, " \t\n\\"); in mangle()
|
| D | seq_file.c | 376 void seq_escape(struct seq_file *m, const char *s, const char *esc) in seq_escape() function 385 EXPORT_SYMBOL(seq_escape);
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | seq_file.txt | 210 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-v5.4/net/ceph/ |
| D | ceph_common.c | 584 seq_escape(m, opt->name, ", \t\n\\"); in ceph_print_client_options()
|
| /Linux-v5.4/lib/ |
| D | dynamic_debug.c | 833 seq_escape(m, dp->format, "\t\r\n\""); in ddebug_proc_show()
|
| /Linux-v5.4/fs/btrfs/ |
| D | super.c | 2274 seq_escape(m, rcu_str_deref(first_dev->name), " \t\n\\"); in btrfs_show_devname()
|
| /Linux-v5.4/fs/nfs/ |
| D | super.c | 806 seq_escape(m, devname, " \t\n\\"); in nfs_show_devname()
|
| /Linux-v5.4/kernel/cgroup/ |
| D | cgroup.c | 1809 seq_escape(sf, buf, " \t\n\\"); in cgroup_show_path()
|
| /Linux-v5.4/security/selinux/ |
| D | hooks.c | 1090 seq_escape(m, context, "\"\n\\"); in show_sid()
|