Lines Matching refs:linux_file
44 seq_read(struct linux_file *f, char *ubuf, size_t size, off_t *ppos) in seq_read()
114 seq_lseek(struct linux_file *file, off_t offset, int whence) in seq_lseek()
142 _seq_open_without_sbuf(struct linux_file *f, const struct seq_operations *op) in _seq_open_without_sbuf()
156 seq_open(struct linux_file *f, const struct seq_operations *op) in seq_open()
168 __seq_open_private(struct linux_file *f, const struct seq_operations *op, int size) in __seq_open_private()
191 _single_open_without_sbuf(struct linux_file *f, int (*show)(struct seq_file *, void *), void *d) in _single_open_without_sbuf()
212 single_open(struct linux_file *f, int (*show)(struct seq_file *, void *), void *d) in single_open()
224 single_open_size(struct linux_file *f, int (*show)(struct seq_file *, void *), void *d, size_t size) in single_open_size()
237 seq_release(struct inode *inode __unused, struct linux_file *file) in seq_release()
252 seq_release_private(struct inode *inode __unused, struct linux_file *f) in seq_release_private()
262 single_release(struct vnode *v, struct linux_file *f) in single_release()