Home
last modified time | relevance | path

Searched refs:uuid_str (Results 1 – 5 of 5) sorted by relevance

/fs/ocfs2/
Dsuper.c232 "Device", osb->dev_str, osb->uuid_str, in ocfs2_osb_dump()
1128 osb->osb_debug_root = debugfs_create_dir(osb->uuid_str, in ocfs2_fill_super()
1740 buf->f_fsid.val[0] = crc32_le(0, osb->uuid_str, OCFS2_VOL_UUID_LEN) in ocfs2_statfs()
1742 buf->f_fsid.val[1] = crc32_le(0, osb->uuid_str + OCFS2_VOL_UUID_LEN, in ocfs2_statfs()
1988 if (!mnt_err && !ocfs2_mount_local(osb) && osb->uuid_str && in ocfs2_dismount_volume()
1999 ocfs2_cluster_hangup(osb->uuid_str, strlen(osb->uuid_str)); in ocfs2_dismount_volume()
2025 osb->uuid_str = kzalloc(OCFS2_VOL_UUID_LEN * 2 + 1, GFP_KERNEL); in ocfs2_setup_osb_uuid()
2026 if (osb->uuid_str == NULL) in ocfs2_setup_osb_uuid()
2029 for (i = 0, ptr = osb->uuid_str; i < OCFS2_VOL_UUID_LEN; i++) { in ocfs2_setup_osb_uuid()
2324 trace_ocfs2_initialize_super(osb->vol_label, osb->uuid_str, in ocfs2_initialize_super()
[all …]
Docfs2_trace.h1714 TP_PROTO(char *label, char *uuid_str, unsigned long long root_dir,
1716 TP_ARGS(label, uuid_str, root_dir, system_dir, cluster_bits),
1719 __string(uuid_str, uuid_str)
1726 __assign_str(uuid_str, uuid_str);
1731 TP_printk("%s %s %llu %llu %d", __get_str(label), __get_str(uuid_str),
Docfs2.h310 char *uuid_str; member
Dioctl.c254 memcpy(oiu.iu_uuid_str, osb->uuid_str, OCFS2_TEXT_UUID_LEN + 1); in ocfs2_info_handle_uuid()
Ddlmglue.c2999 osb->uuid_str, in ocfs2_dlm_init()
3000 strlen(osb->uuid_str), in ocfs2_dlm_init()