Searched refs:seq_escape (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | seq_file.h | 160 static inline void seq_escape(struct seq_file *m, const char *s, const char *esc) in seq_escape() function 269 seq_escape(m, name, ",= \t\n\\"); in seq_show_option() 272 seq_escape(m, value, ", \t\n\\"); in seq_show_option()
|
| /linux-6.15/fs/nfsd/ |
| H A D | export.c | 785 seq_escape(m, exp->ex_client->name, " \t\n\\"); in svc_export_show() 1409 seq_escape(m, fsloc->locations[0].path, ",;@ \t\n\\"); in exp_flags() 1411 seq_escape(m, fsloc->locations[0].hosts, ",;@ \t\n\\"); in exp_flags() 1414 seq_escape(m, fsloc->locations[i].path, ",;@ \t\n\\"); in exp_flags() 1416 seq_escape(m, fsloc->locations[i].hosts, ",;@ \t\n\\"); in exp_flags()
|
| /linux-6.15/fs/ |
| H A D | proc_namespace.c | 89 seq_escape(m, s, " \t\n\\#"); in mangle()
|
| /linux-6.15/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
|
| /linux-6.15/net/ceph/ |
| H A D | ceph_common.c | 613 seq_escape(m, opt->name, ", \t\n\\"); in ceph_print_client_options()
|
| /linux-6.15/fs/nfs/ |
| H A D | super.c | 653 seq_escape(m, devname, " \t\n\\"); in nfs_show_devname()
|
| /linux-6.15/fs/smb/client/ |
| H A D | cifsfs.c | 544 seq_escape(m, devname, " \t"); in cifs_show_devname()
|
| /linux-6.15/fs/btrfs/ |
| H A D | super.c | 2378 seq_escape(m, btrfs_dev_name(fs_info->fs_devices->latest_dev), " \t\n\\"); in btrfs_show_devname()
|
| /linux-6.15/kernel/cgroup/ |
| H A D | cgroup.c | 1928 seq_escape(sf, buf, " \t\n\\"); in cgroup_show_path()
|
| /linux-6.15/security/selinux/ |
| H A D | hooks.c | 1070 seq_escape(m, context, "\"\n\\"); in show_sid()
|