Lines Matching refs:uuid_str
225 "Device", osb->dev_str, osb->uuid_str,
1077 osb->osb_debug_root = debugfs_create_dir(osb->uuid_str,
1660 buf->f_fsid.val[0] = crc32_le(0, osb->uuid_str, OCFS2_VOL_UUID_LEN)
1662 buf->f_fsid.val[1] = crc32_le(0, osb->uuid_str + OCFS2_VOL_UUID_LEN,
1920 * If we failed before we got a uuid_str yet, we can't stop
1923 if (!mnt_err && !ocfs2_mount_local(osb) && osb->uuid_str &&
1933 ocfs2_cluster_hangup(osb->uuid_str, strlen(osb->uuid_str));
1959 osb->uuid_str = kzalloc(OCFS2_VOL_UUID_LEN * 2 + 1, GFP_KERNEL);
1960 if (osb->uuid_str == NULL)
1963 for (i = 0, ptr = osb->uuid_str; i < OCFS2_VOL_UUID_LEN; i++) {
2265 trace_ocfs2_initialize_super(osb->vol_label, osb->uuid_str,
2518 kfree(osb->uuid_str);