Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ocfs2/
Docfs2_ioctl.h73 #define OCFS2_TEXT_UUID_LEN (OCFS2_VOL_UUID_LEN * 2)
Dsuper.c1660 buf->f_fsid.val[0] = crc32_le(0, osb->uuid_str, OCFS2_VOL_UUID_LEN) in ocfs2_statfs()
1662 buf->f_fsid.val[1] = crc32_le(0, osb->uuid_str + OCFS2_VOL_UUID_LEN, in ocfs2_statfs()
1663 OCFS2_VOL_UUID_LEN) & 0xFFFFFFFFUL; in ocfs2_statfs()
1944 BUG_ON(uuid_bytes != OCFS2_VOL_UUID_LEN); in ocfs2_setup_osb_uuid()
1946 osb->uuid_str = kzalloc(OCFS2_VOL_UUID_LEN * 2 + 1, GFP_KERNEL); in ocfs2_setup_osb_uuid()
1950 for (i = 0, ptr = osb->uuid_str; i < OCFS2_VOL_UUID_LEN; i++) { in ocfs2_setup_osb_uuid()
Docfs2_fs.h295 #define OCFS2_VOL_UUID_LEN 16 macro
610 /*90*/ __u8 s_uuid[OCFS2_VOL_UUID_LEN]; /* 128-bit uuid */