Lines Matching refs:linux_file
45 static int __name ## _open(struct inode *inode, struct linux_file *file) \
59 static int __name ## _open(struct inode *inode, struct linux_file *file) \
77 const struct linux_file *file;
88 ssize_t seq_read(struct linux_file *, char __user *, size_t, off_t *);
94 void *__seq_open_private(struct linux_file *, const struct seq_operations *, int);
95 int seq_release_private(struct inode *, struct linux_file *);
97 int seq_open(struct linux_file *f, const struct seq_operations *op);
98 int seq_release(struct inode *inode, struct linux_file *file);
100 off_t seq_lseek(struct linux_file *file, off_t offset, int whence);
101 int single_open(struct linux_file *, int (*)(struct seq_file *, void *), void *);
102 int single_open_size(struct linux_file *, int (*)(struct seq_file *, void *), void *, size_t);
103 int single_release(struct inode *, struct linux_file *);
121 #define file linux_file