Lines Matching defs:file
86 struct file *file; member
90 #define shm_file_data(file) (*((struct shm_file_data **)&(file)->private_data)) argument
280 struct file *file = vma->vm_file; in __shm_open() local
367 struct file *file = vma->vm_file; in shm_close() local
523 struct file *file = vmf->vma->vm_file; in shm_fault() local
531 struct file *file = vma->vm_file; in shm_split() local
542 struct file *file = vma->vm_file; in shm_pagesize() local
554 struct file *file = vma->vm_file; in shm_set_policy() local
566 struct file *file = vma->vm_file; in shm_get_policy() local
579 static int shm_mmap(struct file *file, struct vm_area_struct *vma) in shm_mmap()
606 static int shm_release(struct inode *ino, struct file *file) in shm_release()
617 static int shm_fsync(struct file *file, loff_t start, loff_t end, int datasync) in shm_fsync()
626 static long shm_fallocate(struct file *file, int mode, loff_t offset, in shm_fallocate()
636 static unsigned long shm_get_unmapped_area(struct file *file, in shm_get_unmapped_area()
668 bool is_file_shm_hugepages(struct file *file) in is_file_shm_hugepages()
700 struct file *file; in newseg() local
1518 struct file *file, *base; in do_shmat() local
1729 struct file *file; in ksys_shmdt() local