Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dseq_file.h129 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()
/kernel/linux/linux-5.10/fs/nfsd/
Dexport.c702 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()
/kernel/linux/linux-5.10/fs/
Dproc_namespace.c86 seq_escape(m, s, " \t\n\\"); in mangle()
Dseq_file.c371 void seq_escape(struct seq_file *m, const char *s, const char *esc) in seq_escape() function
380 EXPORT_SYMBOL(seq_escape);
/kernel/linux/linux-5.10/Documentation/filesystems/
Dseq_file.rst242 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
/kernel/linux/linux-5.10/net/ceph/
Dceph_common.c592 seq_escape(m, opt->name, ", \t\n\\"); in ceph_print_client_options()
/kernel/linux/linux-5.10/lib/
Ddynamic_debug.c869 seq_escape(m, dp->format, "\t\r\n\""); in ddebug_proc_show()
/kernel/linux/linux-5.10/fs/btrfs/
Dsuper.c1506 seq_escape(seq, subvol_name, " \t\n\\"); in btrfs_show_options()
2432 seq_escape(m, rcu_str_deref(first_dev->name), " \t\n\\"); in btrfs_show_devname()
/kernel/linux/linux-5.10/fs/nfs/
Dsuper.c599 seq_escape(m, devname, " \t\n\\"); in nfs_show_devname()
/kernel/linux/linux-5.10/kernel/cgroup/
Dcgroup.c1824 seq_escape(sf, buf, " \t\n\\"); in cgroup_show_path()
/kernel/linux/linux-5.10/security/selinux/
Dhooks.c1052 seq_escape(m, context, "\"\n\\"); in show_sid()