Lines Matching defs:ops
491 rc = con->sock->ops->shutdown(con->sock, SHUT_RDWR);
632 const struct ceph_connection_operations *ops,
638 con->ops = ops;
1424 con->ops->dispatch(con, msg);
1436 if (!con->ops->get(con)) {
1447 con->ops->put(con);
1463 con->ops->put(con);
1529 if (con->ops->invalidate_authorizer)
1530 con->ops->invalidate_authorizer(con);
1534 if (con->ops->fault)
1535 con->ops->fault(con);
1607 con->ops->put(con);
1707 msg->con->ops->put(msg->con);
1709 msg->con = con ? con->ops->get(con) : NULL;
2073 BUG_ON(!con->ops->alloc_msg);
2076 msg = con->ops->alloc_msg(con, hdr, skip);
2134 if (con->ops->reencode_message)
2135 con->ops->reencode_message(msg);