Searched refs:seq_escape (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | seq_file.h | 129 void seq_escape(struct seq_file *m, const char *s, const char *esc); 215 seq_escape(m, name, ",= \t\n\\"); in seq_show_option() 218 seq_escape(m, value, ", \t\n\\"); in seq_show_option()
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | export.c | 702 seq_escape(m, exp->ex_client->name, " \t\n\\"); in svc_export_show() 1225 seq_escape(m, fsloc->locations[0].path, ",;@ \t\n\\"); in exp_flags() 1227 seq_escape(m, fsloc->locations[0].hosts, ",;@ \t\n\\"); in exp_flags() 1230 seq_escape(m, fsloc->locations[i].path, ",;@ \t\n\\"); in exp_flags() 1232 seq_escape(m, fsloc->locations[i].hosts, ",;@ \t\n\\"); in exp_flags()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | seq_file.c | 371 void seq_escape(struct seq_file *m, const char *s, const char *esc) in seq_escape() function 380 EXPORT_SYMBOL(seq_escape);
|
| H A D | proc_namespace.c | 86 seq_escape(m, s, " \t\n\\"); in mangle()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | seq_file.rst | 242 seq_escape(struct seq_file *m, const char *s, const char *esc); 245 expect. seq_escape() is like seq_puts(), except that any character in s
|
| /OK3568_Linux_fs/kernel/net/ceph/ |
| H A D | ceph_common.c | 592 seq_escape(m, opt->name, ", \t\n\\"); in ceph_print_client_options()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | dynamic_debug.c | 869 seq_escape(m, dp->format, "\t\r\n\""); in ddebug_proc_show()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | super.c | 1506 seq_escape(seq, subvol_name, " \t\n\\"); in btrfs_show_options() 2434 seq_escape(m, rcu_str_deref(first_dev->name), " \t\n\\"); in btrfs_show_devname()
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | super.c | 599 seq_escape(m, devname, " \t\n\\"); in nfs_show_devname()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_oplus | 2366 seq_escape
|
| /OK3568_Linux_fs/kernel/kernel/cgroup/ |
| H A D | cgroup.c | 1848 seq_escape(sf, buf, " \t\n\\"); in cgroup_show_path()
|
| /OK3568_Linux_fs/kernel/security/selinux/ |
| H A D | hooks.c | 1051 seq_escape(m, context, "\"\n\\"); in show_sid()
|