Searched refs:OCFS2_VOL_UUID_LEN (Results 1 – 3 of 3) sorted by relevance
63 #define OCFS2_TEXT_UUID_LEN (OCFS2_VOL_UUID_LEN * 2)
1654 buf->f_fsid.val[0] = crc32_le(0, osb->uuid_str, OCFS2_VOL_UUID_LEN) in ocfs2_statfs()1656 buf->f_fsid.val[1] = crc32_le(0, osb->uuid_str + OCFS2_VOL_UUID_LEN, in ocfs2_statfs()1657 OCFS2_VOL_UUID_LEN) & 0xFFFFFFFFUL; in ocfs2_statfs()1948 BUG_ON(uuid_bytes != OCFS2_VOL_UUID_LEN); in ocfs2_setup_osb_uuid()1950 osb->uuid_str = kzalloc(OCFS2_VOL_UUID_LEN * 2 + 1, GFP_KERNEL); in ocfs2_setup_osb_uuid()1954 for (i = 0, ptr = osb->uuid_str; i < OCFS2_VOL_UUID_LEN; i++) { in ocfs2_setup_osb_uuid()
293 #define OCFS2_VOL_UUID_LEN 16 macro608 /*90*/ __u8 s_uuid[OCFS2_VOL_UUID_LEN]; /* 128-bit uuid */