Lines Matching refs:file
27 const struct file *file; member
108 int seq_open(struct file *, const struct seq_operations *);
109 ssize_t seq_read(struct file *, char __user *, size_t, loff_t *);
110 loff_t seq_lseek(struct file *, loff_t, int);
111 int seq_release(struct inode *, struct file *);
130 int seq_file_path(struct seq_file *, struct file *, const char *);
135 int single_open(struct file *, int (*)(struct seq_file *, void *), void *);
136 int single_open_size(struct file *, int (*)(struct seq_file *, void *), void *, size_t);
137 int single_release(struct inode *, struct file *);
138 void *__seq_open_private(struct file *, const struct seq_operations *, int);
139 int seq_open_private(struct file *, const struct seq_operations *, int);
140 int seq_release_private(struct inode *, struct file *);
145 return seq->file->f_cred->user_ns; in seq_user_ns()