Searched refs:vmfile_fops (Results 1 – 1 of 1) sorted by relevance
379 static struct file_operations vmfile_fops; in ashmem_mmap() local429 if (!vmfile_fops.mmap) { in ashmem_mmap()430 vmfile_fops = *vmfile->f_op; in ashmem_mmap()431 vmfile_fops.mmap = ashmem_vmfile_mmap; in ashmem_mmap()432 vmfile_fops.get_unmapped_area = in ashmem_mmap()435 vmfile->f_op = &vmfile_fops; in ashmem_mmap()