OCFS2_VOL_UUID_LEN  580 fs/ocfs2/ocfs2_fs.h /*90*/	__u8  s_uuid[OCFS2_VOL_UUID_LEN];	/* 128-bit uuid */
OCFS2_VOL_UUID_LEN 1374 fs/ocfs2/super.c 	BUG_ON(uuid_bytes != OCFS2_VOL_UUID_LEN);
OCFS2_VOL_UUID_LEN 1376 fs/ocfs2/super.c 	osb->uuid_str = kzalloc(OCFS2_VOL_UUID_LEN * 2 + 1, GFP_KERNEL);
OCFS2_VOL_UUID_LEN 1380 fs/ocfs2/super.c 	for (i = 0, ptr = osb->uuid_str; i < OCFS2_VOL_UUID_LEN; i++) {