Searched refs:uuid_str (Results 1 – 7 of 7) sorted by relevance
/fs/ocfs2/ |
D | super.c | 242 "Device", osb->dev_str, osb->uuid_str, in ocfs2_osb_dump() 1114 osb->osb_debug_root = debugfs_create_dir(osb->uuid_str, in ocfs2_fill_super() 1718 buf->f_fsid.val[0] = crc32_le(0, osb->uuid_str, OCFS2_VOL_UUID_LEN) in ocfs2_statfs() 1720 buf->f_fsid.val[1] = crc32_le(0, osb->uuid_str + OCFS2_VOL_UUID_LEN, in ocfs2_statfs() 1966 if (!mnt_err && !ocfs2_mount_local(osb) && osb->uuid_str && in ocfs2_dismount_volume() 1977 ocfs2_cluster_hangup(osb->uuid_str, strlen(osb->uuid_str)); in ocfs2_dismount_volume() 2003 osb->uuid_str = kzalloc(OCFS2_VOL_UUID_LEN * 2 + 1, GFP_KERNEL); in ocfs2_setup_osb_uuid() 2004 if (osb->uuid_str == NULL) in ocfs2_setup_osb_uuid() 2007 for (i = 0, ptr = osb->uuid_str; i < OCFS2_VOL_UUID_LEN; i++) { in ocfs2_setup_osb_uuid() 2311 trace_ocfs2_initialize_super(osb->vol_label, osb->uuid_str, in ocfs2_initialize_super() [all …]
|
D | ocfs2_trace.h | 1714 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),
|
D | ocfs2.h | 324 char *uuid_str; member
|
D | journal.c | 1100 "ocfs2cmt-%s", osb->uuid_str); in ocfs2_journal_load() 1517 "ocfs2rec-%s", osb->uuid_str); in ocfs2_recovery_thread()
|
D | ioctl.c | 229 memcpy(oiu.iu_uuid_str, osb->uuid_str, OCFS2_TEXT_UUID_LEN + 1); in ocfs2_info_handle_uuid()
|
D | dlmglue.c | 3107 osb->uuid_str); in ocfs2_dlm_init() 3119 osb->uuid_str, in ocfs2_dlm_init() 3120 strlen(osb->uuid_str), in ocfs2_dlm_init()
|
D | namei.c | 729 mlog(ML_ERROR, "%s: no old_dir_bh!\n", osb->uuid_str); in ocfs2_link()
|