Lines Matching defs:file
278 static struct file *
285 /* If this function returns a non-NULL file object,
286 * it held a reference to the task/file.
310 struct file *f;
341 struct file *file;
344 file = task_file_seq_get_next(info);
345 if (file && *pos == 0)
348 return file;
357 fput((struct file *)v);
365 __bpf_md_ptr(struct file *, file);
370 struct file *file)
372 static int __task_file_seq_show(struct seq_file *seq, struct file *file,
388 ctx.file = file;
404 fput((struct file *)v);
749 { offsetof(struct bpf_iter__task_file, file),