Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dseq_file.h150 static inline void seq_escape(struct seq_file *m, const char *s, const char *esc) in seq_escape() function
243 seq_escape(m, name, ",= \t\n\\"); in seq_show_option()
246 seq_escape(m, value, ", \t\n\\"); in seq_show_option()
/Linux-v6.6/fs/nfsd/
Dexport.c768 seq_escape(m, exp->ex_client->name, " \t\n\\"); in svc_export_show()
1327 seq_escape(m, fsloc->locations[0].path, ",;@ \t\n\\"); in exp_flags()
1329 seq_escape(m, fsloc->locations[0].hosts, ",;@ \t\n\\"); in exp_flags()
1332 seq_escape(m, fsloc->locations[i].path, ",;@ \t\n\\"); in exp_flags()
1334 seq_escape(m, fsloc->locations[i].hosts, ",;@ \t\n\\"); in exp_flags()
/Linux-v6.6/fs/
Dproc_namespace.c89 seq_escape(m, s, " \t\n\\#"); in mangle()
/Linux-v6.6/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
/Linux-v6.6/fs/overlayfs/
Dparams.c952 seq_escape(m, ofs->config.lowerdirs[nr], ":, \t\n\\"); in ovl_show_options()
/Linux-v6.6/net/ceph/
Dceph_common.c613 seq_escape(m, opt->name, ", \t\n\\"); in ceph_print_client_options()
/Linux-v6.6/fs/btrfs/
Dsuper.c1337 seq_escape(seq, subvol_name, " \t\n\\"); in btrfs_show_options()
2349 seq_escape(m, btrfs_dev_name(fs_info->fs_devices->latest_dev), " \t\n\\"); in btrfs_show_devname()
/Linux-v6.6/fs/nfs/
Dsuper.c630 seq_escape(m, devname, " \t\n\\"); in nfs_show_devname()
/Linux-v6.6/fs/smb/client/
Dcifsfs.c528 seq_escape(m, devname, " \t"); in cifs_show_devname()
/Linux-v6.6/kernel/cgroup/
Dcgroup.c1893 seq_escape(sf, buf, " \t\n\\"); in cgroup_show_path()
/Linux-v6.6/security/selinux/
Dhooks.c1063 seq_escape(m, context, "\"\n\\"); in show_sid()