Home
last modified time | relevance | path

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

/linux-3.4.99/fs/nfsd/
Dexport.c634 seq_escape(m, exp->ex_client->name, " \t\n\\"); in svc_export_show()
1182 seq_escape(m, fsloc->locations[0].path, ",;@ \t\n\\"); in exp_flags()
1184 seq_escape(m, fsloc->locations[0].hosts, ",;@ \t\n\\"); in exp_flags()
1187 seq_escape(m, fsloc->locations[i].path, ",;@ \t\n\\"); in exp_flags()
1189 seq_escape(m, fsloc->locations[i].hosts, ",;@ \t\n\\"); in exp_flags()
/linux-3.4.99/include/linux/
Dseq_file.h83 int seq_escape(struct seq_file *, const char *, const char *);
/linux-3.4.99/fs/
Dseq_file.c362 int seq_escape(struct seq_file *m, const char *s, const char *esc) in seq_escape() function
386 EXPORT_SYMBOL(seq_escape);
Dproc_namespace.c80 seq_escape(m, s, " \t\n\\"); in mangle()
Dnamespace.c880 seq_escape(m, s, " \t\n\\"); in mangle()
/linux-3.4.99/Documentation/filesystems/
Dseq_file.txt184 int seq_escape(struct seq_file *m, const char *s, const char *esc);
187 expect. seq_escape() is like seq_puts(), except that any character in s
/linux-3.4.99/lib/
Ddynamic_debug.c782 seq_escape(m, dp->format, "\t\r\n\""); in ddebug_proc_show()
/linux-3.4.99/fs/nfs/
Dsuper.c819 seq_escape(m, devname, " \t\n\\"); in nfs_show_devname()