Lines Matching defs:file
53 struct file *file; member
57 #define shm_file_data(file) (*((struct shm_file_data **)&(file)->private_data)) argument
192 struct file *file = vma->vm_file; in __shm_open() local
271 struct file *file = vma->vm_file; in shm_close() local
378 struct file *file = vma->vm_file; in shm_fault() local
387 struct file *file = vma->vm_file; in shm_set_policy() local
398 struct file *file = vma->vm_file; in shm_get_policy() local
411 static int shm_mmap(struct file *file, struct vm_area_struct *vma) in shm_mmap()
437 static int shm_release(struct inode *ino, struct file *file) in shm_release()
447 static int shm_fsync(struct file *file, loff_t start, loff_t end, int datasync) in shm_fsync()
456 static long shm_fallocate(struct file *file, int mode, loff_t offset, in shm_fallocate()
466 static unsigned long shm_get_unmapped_area(struct file *file, in shm_get_unmapped_area()
495 int is_file_shm_hugepages(struct file *file) in is_file_shm_hugepages()
525 struct file *file; in newseg() local
1092 struct file *file; in do_shmat() local
1267 struct file *file; in SYSCALL_DEFINE1() local