Searched refs:SHORT_UUID (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl2/lvm2/dist/daemons/cmirrord/ |
| H A D | cluster.c | 183 SHORT_UUID(rq->u_rq.uuid), count, in cluster_send() 187 SHORT_UUID(rq->u_rq.uuid), count, in cluster_send() 191 SHORT_UUID(rq->u_rq.uuid), count, in cluster_send() 196 SHORT_UUID(rq->u_rq.uuid), count, in cluster_send() 295 SHORT_UUID(rq->u_rq.uuid), in handle_cluster_response() 305 SHORT_UUID(orig_rq->u_rq.uuid), in handle_cluster_response() 315 SHORT_UUID(rq->u_rq.uuid), in handle_cluster_response() 411 SHORT_UUID(new->uuid), new->requester); in prepare_checkpoint() 446 "bitmaps_%s_%u", SHORT_UUID(cp->uuid), cp->requester); in export_checkpoint() 479 SHORT_UUID(cp->uuid), cp->requester, in export_checkpoint() [all …]
|
| H A D | functions.c | 211 SHORT_UUID(lc->uuid), strerror(errno)); in rw_log() 219 SHORT_UUID(lc->uuid), strerror(errno)); in rw_log() 229 SHORT_UUID(lc->uuid), strerror(errno)); in rw_log() 464 SHORT_UUID(lc->uuid), lc->luid); in _clog_ctr() 610 SHORT_UUID(rq->uuid)); in clog_ctr() 631 SHORT_UUID(rq->uuid)); in clog_dtr() 638 LOG_DBG("[%s] Cluster log removed", SHORT_UUID(lc->uuid)); in clog_dtr() 684 LOG_DBG("[%s] clog_postsuspend: leaving CPG", SHORT_UUID(lc->uuid)); in clog_postsuspend() 707 LOG_DBG("[%s] clog_postsuspend: finalizing", SHORT_UUID(lc->uuid)); in cluster_postsuspend() 735 SHORT_UUID(rq->uuid)); in clog_resume() [all …]
|
| H A D | logging.h | 22 #define SHORT_UUID(x) (strlen(x) > 8) ? ((x) + (strlen(x) - 8)) : (x) macro
|
| H A D | local.c | 238 SHORT_UUID(u_rq->uuid), RQ_TYPE(u_rq->request_type), in do_local_work()
|