Lines Matching defs:fd_uobj
1778 struct ib_uobject *fd_uobj;
1803 fd_uobj = uverbs_attr_get_uobject(attrs,
1805 if (IS_ERR(fd_uobj))
1806 return PTR_ERR(fd_uobj);
1808 ev_file = container_of(fd_uobj, struct devx_async_cmd_event_file,
2007 struct ib_uobject *fd_uobj;
2032 fd_uobj = uverbs_attr_get_uobject(attrs,
2034 if (IS_ERR(fd_uobj))
2035 return PTR_ERR(fd_uobj);
2037 ev_file = container_of(fd_uobj, struct devx_async_event_file,