Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ocfs2/
Docfs2_ioctl.h81 #define OCFS2_TEXT_UUID_LEN (OCFS2_VOL_UUID_LEN * 2)
Dsuper.c1719 buf->f_fsid.val[0] = crc32_le(0, osb->uuid_str, OCFS2_VOL_UUID_LEN) in ocfs2_statfs()
1721 buf->f_fsid.val[1] = crc32_le(0, osb->uuid_str + OCFS2_VOL_UUID_LEN, in ocfs2_statfs()
1722 OCFS2_VOL_UUID_LEN) & 0xFFFFFFFFUL; in ocfs2_statfs()
2001 BUG_ON(uuid_bytes != OCFS2_VOL_UUID_LEN); in ocfs2_setup_osb_uuid()
2003 osb->uuid_str = kzalloc(OCFS2_VOL_UUID_LEN * 2 + 1, GFP_KERNEL); in ocfs2_setup_osb_uuid()
2007 for (i = 0, ptr = osb->uuid_str; i < OCFS2_VOL_UUID_LEN; i++) { in ocfs2_setup_osb_uuid()
Docfs2_fs.h309 #define OCFS2_VOL_UUID_LEN 16 macro
650 /*90*/ __u8 s_uuid[OCFS2_VOL_UUID_LEN]; /* 128-bit uuid */