vfs_mmap
ret = vfs_mmap(obj->base.filp, vma);
ret = vfs_mmap(vma->vm_file, vma);
ret = vfs_mmap(sfd->file, vma);
int err = vfs_mmap(file, vma);