Lines Matching refs:file
60 struct file *exe_file; in print_task_path_n_nm()
101 struct file *file = vma->vm_file; in show_faulting_vma() local
102 if (file) { in show_faulting_vma()
103 struct path *path = &file->f_path; in show_faulting_vma()
258 static int tlb_stats_open(struct inode *inode, struct file *file) in tlb_stats_open() argument
260 file->private_data = (void *)__get_free_page(GFP_KERNEL); in tlb_stats_open()
265 static ssize_t tlb_stats_output(struct file *file, /* file descriptor */ in tlb_stats_output() argument
271 char *kbuf = (char *)file->private_data; in tlb_stats_output()
288 static ssize_t tlb_stats_clear(struct file *file, const char __user *user_buf, in tlb_stats_clear() argument
295 static int tlb_stats_close(struct inode *inode, struct file *file) in tlb_stats_close() argument
297 free_page((unsigned long)(file->private_data)); in tlb_stats_close()