Lines Matching refs:linux_file
41 static int __name ## _open(struct inode *inode, struct linux_file *file) \
58 const struct linux_file *file;
69 ssize_t seq_read(struct linux_file *, char *, size_t, off_t *);
75 void *__seq_open_private(struct linux_file *, const struct seq_operations *, int);
76 int seq_release_private(struct inode *, struct linux_file *);
78 int seq_open(struct linux_file *f, const struct seq_operations *op);
79 int seq_release(struct inode *inode, struct linux_file *file);
81 off_t seq_lseek(struct linux_file *file, off_t offset, int whence);
82 int single_open(struct linux_file *, int (*)(struct seq_file *, void *), void *);
83 int single_open_size(struct linux_file *, int (*)(struct seq_file *, void *), void *, size_t);
84 int single_release(struct inode *, struct linux_file *);
92 #define file linux_file