Home
last modified time | relevance | path

Searched defs:seq_write (Results 1 - 6 of 6) sorted by relevance

/third_party/ltp/testcases/kernel/mce-test/hwpoison/kinclude/linux/
H A Dseq_file.h20 static inline ssize_t seq_write(struct file *a, const char *b, size_t c, loff_t *d) { return 0; } in seq_write() function
/third_party/ltp/testcases/kernel/mce-test/tsrc/kinclude/linux/
H A Dseq_file.h20 static inline ssize_t seq_write(struct file *a, const char *b, size_t c, loff_t *d) { return 0; } in seq_write() function
/kernel/linux/linux-5.10/fs/
H A Dseq_file.c818 int seq_write(struct seq_file *seq, const void *data, size_t len) in seq_write() function
828 EXPORT_SYMBOL(seq_write); variable
/kernel/linux/linux-6.6/fs/
H A Dseq_file.c830 int seq_write(struct seq_file *seq, const void *data, size_t len) in seq_write() function
840 EXPORT_SYMBOL(seq_write); variable
/kernel/linux/linux-5.10/drivers/md/
H A Draid5.h628 int seq_flush, seq_write; member
/kernel/linux/linux-6.6/drivers/md/
H A Draid5.h640 int seq_flush, seq_write; member

Completed in 9 milliseconds