Lines Matching defs:file
7 * This file supports the user system call for file open, close, mmap, etc.
72 gru_dbg(grudev, "vma %p, file %p, vdata %p\n", vma, vma->vm_file,
95 static int gru_file_mmap(struct file *file, struct vm_area_struct *vma)
113 gru_dbg(grudev, "file %p, vaddr 0x%lx, vma %p, vdata %p\n",
114 file, vma->vm_start, vma, vma->vm_private_data);
182 * Called to update file attributes via IOCTL calls.
184 static long gru_file_unlocked_ioctl(struct file *file, unsigned int req,
189 gru_dbg(grudev, "file %p, req 0x%x, 0x%lx\n", file, req, arg);