Home
last modified time | relevance | path

Searched defs:seq_open (Results 1 - 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/mce-test/hwpoison/kinclude/linux/
H A Dseq_file.h17 static inline int seq_open(struct file *f, const struct seq_operations *o) { return -1; } in seq_open() function
/third_party/ltp/testcases/kernel/mce-test/tsrc/kinclude/linux/
H A Dseq_file.h17 static inline int seq_open(struct file *f, const struct seq_operations *o) { return -1; } in seq_open() function
/kernel/linux/linux-5.10/fs/
H A Dseq_file.c57 int seq_open(struct file *file, const struct seq_operations *op) in seq_open() function
88 EXPORT_SYMBOL(seq_open); variable
/kernel/linux/linux-6.6/fs/
H A Dseq_file.c57 int seq_open(struct file *file, const struct seq_operations *op) in seq_open() function
88 EXPORT_SYMBOL(seq_open); variable

Completed in 4 milliseconds