HomeSort by: relevance | last modified time | path
    Searched refs:SHORT_UUID (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/lvm2/dist/daemons/cmirrord/
cluster.c 183 SHORT_UUID(rq->u_rq.uuid), count,
187 SHORT_UUID(rq->u_rq.uuid), count,
191 SHORT_UUID(rq->u_rq.uuid), count,
196 SHORT_UUID(rq->u_rq.uuid), count,
295 SHORT_UUID(rq->u_rq.uuid),
305 SHORT_UUID(orig_rq->u_rq.uuid),
315 SHORT_UUID(rq->u_rq.uuid),
411 SHORT_UUID(new->uuid), new->requester);
446 "bitmaps_%s_%u", SHORT_UUID(cp->uuid), cp->requester);
479 SHORT_UUID(cp->uuid), cp->requester
    [all...]
functions.c 211 SHORT_UUID(lc->uuid), strerror(errno));
219 SHORT_UUID(lc->uuid), strerror(errno));
229 SHORT_UUID(lc->uuid), strerror(errno));
464 SHORT_UUID(lc->uuid), lc->luid);
610 SHORT_UUID(rq->uuid));
631 SHORT_UUID(rq->uuid));
638 LOG_DBG("[%s] Cluster log removed", SHORT_UUID(lc->uuid));
684 LOG_DBG("[%s] clog_postsuspend: leaving CPG", SHORT_UUID(lc->uuid));
707 LOG_DBG("[%s] clog_postsuspend: finalizing", SHORT_UUID(lc->uuid));
735 SHORT_UUID(rq->uuid))
    [all...]
logging.h 21 /* SHORT_UUID - print last 8 chars of a string */
22 #define SHORT_UUID(x) (strlen(x) > 8) ? ((x) + (strlen(x) - 8)) : (x)
local.c 238 SHORT_UUID(u_rq->uuid), RQ_TYPE(u_rq->request_type),

Completed in 18 milliseconds