Lines Matching refs:file
149 struct file *file; in nommu_vma_show() local
155 file = vma->vm_file; in nommu_vma_show()
157 if (file) { in nommu_vma_show()
176 if (file) { in nommu_vma_show()
178 seq_file_path(m, file, ""); in nommu_vma_show()
258 static int maps_open(struct inode *inode, struct file *file, in maps_open() argument
263 priv = __seq_open_private(file, ops, sizeof(*priv)); in maps_open()
272 seq_release_private(inode, file); in maps_open()
280 static int map_release(struct inode *inode, struct file *file) in map_release() argument
282 struct seq_file *seq = file->private_data; in map_release()
288 return seq_release_private(inode, file); in map_release()
291 static int pid_maps_open(struct inode *inode, struct file *file) in pid_maps_open() argument
293 return maps_open(inode, file, &proc_pid_maps_ops); in pid_maps_open()