OCFS2_VOL_UUID_LEN  610 fs/ocfs2/ocfs2_fs.h /*90*/	__u8  s_uuid[OCFS2_VOL_UUID_LEN];	/* 128-bit uuid */
OCFS2_VOL_UUID_LEN   73 fs/ocfs2/ocfs2_ioctl.h #define OCFS2_TEXT_UUID_LEN		(OCFS2_VOL_UUID_LEN * 2)
OCFS2_VOL_UUID_LEN 1660 fs/ocfs2/super.c 	buf->f_fsid.val[0] = crc32_le(0, osb->uuid_str, OCFS2_VOL_UUID_LEN)
OCFS2_VOL_UUID_LEN 1662 fs/ocfs2/super.c 	buf->f_fsid.val[1] = crc32_le(0, osb->uuid_str + OCFS2_VOL_UUID_LEN,
OCFS2_VOL_UUID_LEN 1663 fs/ocfs2/super.c 				OCFS2_VOL_UUID_LEN) & 0xFFFFFFFFUL;
OCFS2_VOL_UUID_LEN 1944 fs/ocfs2/super.c 	BUG_ON(uuid_bytes != OCFS2_VOL_UUID_LEN);
OCFS2_VOL_UUID_LEN 1946 fs/ocfs2/super.c 	osb->uuid_str = kzalloc(OCFS2_VOL_UUID_LEN * 2 + 1, GFP_KERNEL);
OCFS2_VOL_UUID_LEN 1950 fs/ocfs2/super.c 	for (i = 0, ptr = osb->uuid_str; i < OCFS2_VOL_UUID_LEN; i++) {