Home
last modified time | relevance | path

Searched refs:__seq_puts (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/include/linux/
Dseq_file.h120 void __seq_puts(struct seq_file *m, const char *s);
125 __seq_puts(m, s); in seq_puts()
/linux-6.12.1/fs/
Dseq_file.c672 void __seq_puts(struct seq_file *m, const char *s) in __seq_puts() function
676 EXPORT_SYMBOL(__seq_puts);