Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dseq_file.h161 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/fs/nfsd/
H A Dexport.c776 seq_escape(m, exp->ex_client->name, " \t\n\\"); in svc_export_show()
1344 seq_escape(m, fsloc->locations[0].path, ",;@ \t\n\\"); in exp_flags()
1346 seq_escape(m, fsloc->locations[0].hosts, ",;@ \t\n\\"); in exp_flags()
1349 seq_escape(m, fsloc->locations[i].path, ",;@ \t\n\\"); in exp_flags()
1351 seq_escape(m, fsloc->locations[i].hosts, ",;@ \t\n\\"); in exp_flags()
/linux/fs/
H A Dproc_namespace.c89 seq_escape(m, s, " \t\n\\#"); in mangle()
/linux/Documentation/filesystems/
H A 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
/linux/net/ceph/
H A Dceph_common.c613 seq_escape(m, opt->name, ", \t\n\\"); in ceph_print_client_options()
/linux/fs/btrfs/
H A Dsuper.c1113 seq_escape(seq, subvol_name, " \t\n\\"); in btrfs_show_options()
2376 seq_escape(m, btrfs_dev_name(fs_info->fs_devices->latest_dev), " \t\n\\"); in btrfs_show_devname()
/linux/fs/nfs/
H A Dsuper.c643 seq_escape(m, devname, " \t\n\\"); in nfs_show_devname()
/linux/fs/smb/client/
H A Dcifsfs.c532 seq_escape(m, devname, " \t"); in cifs_show_devname()
/linux/kernel/cgroup/
H A Dcgroup.c1912 seq_escape(sf, buf, " \t\n\\"); in cgroup_show_path()
/linux/security/selinux/
H A Dhooks.c1065 seq_escape(m, context, "\"\n\\"); in show_sid()