O2HB_MAX_REGION_NAME_LEN 2021 fs/ocfs2/cluster/heartbeat.c 	if (strlen(name) > O2HB_MAX_REGION_NAME_LEN) {
O2HB_MAX_REGION_NAME_LEN 2541 fs/ocfs2/cluster/heartbeat.c 			       O2HB_MAX_REGION_NAME_LEN);
O2HB_MAX_REGION_NAME_LEN 2542 fs/ocfs2/cluster/heartbeat.c 			p += O2HB_MAX_REGION_NAME_LEN;
O2HB_MAX_REGION_NAME_LEN  728 fs/ocfs2/dlm/dlmcommon.h 	u8 qr_regions[O2HB_MAX_REGION_NAME_LEN * O2NM_MAX_REGIONS];
O2HB_MAX_REGION_NAME_LEN  987 fs/ocfs2/dlm/dlmdomain.c 		mlog(0, "Region %.*s\n", O2HB_MAX_REGION_NAME_LEN, r);
O2HB_MAX_REGION_NAME_LEN  988 fs/ocfs2/dlm/dlmdomain.c 		r += O2HB_MAX_REGION_NAME_LEN;
O2HB_MAX_REGION_NAME_LEN  991 fs/ocfs2/dlm/dlmdomain.c 	localnr = min(O2NM_MAX_REGIONS, locallen/O2HB_MAX_REGION_NAME_LEN);
O2HB_MAX_REGION_NAME_LEN 1000 fs/ocfs2/dlm/dlmdomain.c 			if (!memcmp(l, r, O2HB_MAX_REGION_NAME_LEN)) {
O2HB_MAX_REGION_NAME_LEN 1004 fs/ocfs2/dlm/dlmdomain.c 			r += O2HB_MAX_REGION_NAME_LEN;
O2HB_MAX_REGION_NAME_LEN 1010 fs/ocfs2/dlm/dlmdomain.c 			     qr->qr_domain, O2HB_MAX_REGION_NAME_LEN, l,
O2HB_MAX_REGION_NAME_LEN 1014 fs/ocfs2/dlm/dlmdomain.c 		l += O2HB_MAX_REGION_NAME_LEN;
O2HB_MAX_REGION_NAME_LEN 1023 fs/ocfs2/dlm/dlmdomain.c 			if (!memcmp(r, l, O2HB_MAX_REGION_NAME_LEN)) {
O2HB_MAX_REGION_NAME_LEN 1027 fs/ocfs2/dlm/dlmdomain.c 			l += O2HB_MAX_REGION_NAME_LEN;
O2HB_MAX_REGION_NAME_LEN 1033 fs/ocfs2/dlm/dlmdomain.c 			     qr->qr_domain, O2HB_MAX_REGION_NAME_LEN, r,
O2HB_MAX_REGION_NAME_LEN 1037 fs/ocfs2/dlm/dlmdomain.c 		r += O2HB_MAX_REGION_NAME_LEN;
O2HB_MAX_REGION_NAME_LEN 1069 fs/ocfs2/dlm/dlmdomain.c 	for (i = 0; i < qr->qr_numregions; ++i, p += O2HB_MAX_REGION_NAME_LEN)
O2HB_MAX_REGION_NAME_LEN 1070 fs/ocfs2/dlm/dlmdomain.c 		mlog(0, "Region %.*s\n", O2HB_MAX_REGION_NAME_LEN, p);