Lines Matching defs:data
34 * All data objects are stored within a cluster/cloud of OSDs, or
40 * Cluster membership and the mapping of data objects onto storage devices
44 * requests to different OSDs when the cluster topology/data layout
350 WARN(true, "unrecognized data type %d\n", (int)osd_data->type);
708 * This is an osd op init function for opcodes that have no data or
2120 /* ops, can imply data */
2148 * to align received data into its buffers such that there's no
2930 lreq->wcb(lreq->data, lwork->notify.notify_id, lreq->linger_id,
2950 lreq->errcb(lreq->data, lreq->linger_id, lwork->error.err);
4538 struct ceph_msg_data *data =
4539 msg->num_data_items ? &msg->data[0] : NULL;
4541 if (data) {
4543 WARN_ON(data->type !=
4545 *lreq->preply_pages = data->pages;
4546 *lreq->preply_len = data->length;
4547 data->own_pages = false;
4691 void *data)
4703 lreq->data = data;
5387 * anything about a larger than preallocated data portion of the
5434 pr_warn("%s osd%d tid %llu data %d > preallocated %zu, skipping\n",