Home
last modified time | relevance | path

Searched refs:OCFS2_VOL_UUID_LEN (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/ocfs2/
H A Docfs2_ioctl.h63 #define OCFS2_TEXT_UUID_LEN (OCFS2_VOL_UUID_LEN * 2)
H A Dsuper.c1656 buf->f_fsid.val[0] = crc32_le(0, osb->uuid_str, OCFS2_VOL_UUID_LEN) in ocfs2_statfs()
1658 buf->f_fsid.val[1] = crc32_le(0, osb->uuid_str + OCFS2_VOL_UUID_LEN, in ocfs2_statfs()
1659 OCFS2_VOL_UUID_LEN) & 0xFFFFFFFFUL; in ocfs2_statfs()
1951 BUG_ON(uuid_bytes != OCFS2_VOL_UUID_LEN); in ocfs2_setup_osb_uuid()
1953 osb->uuid_str = kzalloc(OCFS2_VOL_UUID_LEN * 2 + 1, GFP_KERNEL); in ocfs2_setup_osb_uuid()
1957 for (i = 0, ptr = osb->uuid_str; i < OCFS2_VOL_UUID_LEN; i++) { in ocfs2_setup_osb_uuid()
H A Docfs2_fs.h293 #define OCFS2_VOL_UUID_LEN 16 macro
608 /*90*/ __u8 s_uuid[OCFS2_VOL_UUID_LEN]; /* 128-bit uuid */