Searched refs:seq_escape (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/linux/
H A Dseq_file.h140 * seq_escape - print string into buffer, escaping some characters
150 static inline void seq_escape(struct seq_file *m, const char *s, const char *esc) function
258 seq_escape(m, name, ",= \t\n\\");
261 seq_escape(m, value, ", \t\n\\");
/linux-master/fs/nfsd/
H A Dexport.c772 seq_escape(m, exp->ex_client->name, " \t\n\\");
1340 seq_escape(m, fsloc->locations[0].path, ",;@ \t\n\\");
1342 seq_escape(m, fsloc->locations[0].hosts, ",;@ \t\n\\");
1345 seq_escape(m, fsloc->locations[i].path, ",;@ \t\n\\");
1347 seq_escape(m, fsloc->locations[i].hosts, ",;@ \t\n\\");
/linux-master/fs/
H A Dproc_namespace.c89 seq_escape(m, s, " \t\n\\#");
/linux-master/net/ceph/
H A Dceph_common.c613 seq_escape(m, opt->name, ", \t\n\\");
/linux-master/fs/btrfs/
H A Dsuper.c1106 seq_escape(seq, subvol_name, " \t\n\\");
2371 seq_escape(m, btrfs_dev_name(fs_info->fs_devices->latest_dev), " \t\n\\");
/linux-master/fs/nfs/
H A Dsuper.c643 seq_escape(m, devname, " \t\n\\");
/linux-master/fs/smb/client/
H A Dcifsfs.c526 seq_escape(m, devname, " \t");
/linux-master/kernel/cgroup/
H A Dcgroup.c1912 seq_escape(sf, buf, " \t\n\\");
/linux-master/security/selinux/
H A Dhooks.c1065 seq_escape(m, context, "\"\n\\");

Completed in 264 milliseconds