Searched refs:fd_type (Results 1 – 1 of 1) sorted by relevance
337 const struct uverbs_obj_fd_type *fd_type; in lookup_get_fd_uobject() local350 fd_type = in lookup_get_fd_uobject()363 if (f->f_op != fd_type->fops || uobject->ufile != ufile) { in lookup_get_fd_uobject()456 const struct uverbs_obj_fd_type *fd_type; in alloc_begin_fd_uobject() local465 fd_type = in alloc_begin_fd_uobject()467 if (WARN_ON(fd_type->fops->release != &uverbs_uobject_fd_release && in alloc_begin_fd_uobject()468 fd_type->fops->release != &uverbs_async_event_release)) { in alloc_begin_fd_uobject()480 filp = anon_inode_getfile(fd_type->name, fd_type->fops, NULL, in alloc_begin_fd_uobject()481 fd_type->flags); in alloc_begin_fd_uobject()571 const struct uverbs_obj_fd_type *fd_type = container_of( in destroy_hw_fd_uobject() local[all …]