Searched refs:OCFS2_VOL_UUID_LEN (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | ocfs2_ioctl.h | 73 #define OCFS2_TEXT_UUID_LEN (OCFS2_VOL_UUID_LEN * 2)
|
H A D | super.c | 1660 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() 1957 BUG_ON(uuid_bytes != OCFS2_VOL_UUID_LEN); in ocfs2_setup_osb_uuid() 1959 osb->uuid_str = kzalloc(OCFS2_VOL_UUID_LEN * 2 + 1, GFP_KERNEL); in ocfs2_setup_osb_uuid() 1963 for (i = 0, ptr = osb->uuid_str; i < OCFS2_VOL_UUID_LEN; i++) { in ocfs2_setup_osb_uuid()
|
H A D | ocfs2_fs.h | 295 #define OCFS2_VOL_UUID_LEN 16 macro 610 /*90*/ __u8 s_uuid[OCFS2_VOL_UUID_LEN]; /* 128-bit uuid */
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | ocfs2_ioctl.h | 63 #define OCFS2_TEXT_UUID_LEN (OCFS2_VOL_UUID_LEN * 2)
|
H A D | super.c | 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() 1949 BUG_ON(uuid_bytes != OCFS2_VOL_UUID_LEN); in ocfs2_setup_osb_uuid() 1951 osb->uuid_str = kzalloc(OCFS2_VOL_UUID_LEN * 2 + 1, GFP_KERNEL); in ocfs2_setup_osb_uuid() 1955 for (i = 0, ptr = osb->uuid_str; i < OCFS2_VOL_UUID_LEN; i++) { in ocfs2_setup_osb_uuid()
|
H A D | ocfs2_fs.h | 293 #define OCFS2_VOL_UUID_LEN 16 macro 608 /*90*/ __u8 s_uuid[OCFS2_VOL_UUID_LEN]; /* 128-bit uuid */
|
Completed in 13 milliseconds