h_fs_uuid 175 fs/xfs/libxfs/xfs_log_format.h uuid_t h_fs_uuid; /* uuid of FS : 16 */ h_fs_uuid 1460 fs/xfs/xfs_log.c memcpy(&head->h_fs_uuid, &mp->m_sb.sb_uuid, sizeof(uuid_t)); h_fs_uuid 226 fs/xfs/xfs_log_recover.c &head->h_fs_uuid, be32_to_cpu(head->h_fmt)); h_fs_uuid 254 fs/xfs/xfs_log_recover.c } else if (unlikely(!uuid_equal(&mp->m_sb.sb_uuid, &head->h_fs_uuid))) { h_fs_uuid 275 fs/xfs/xfs_log_recover.c if (uuid_is_null(&head->h_fs_uuid)) { h_fs_uuid 282 fs/xfs/xfs_log_recover.c } else if (unlikely(!uuid_equal(&mp->m_sb.sb_uuid, &head->h_fs_uuid))) { h_fs_uuid 1570 fs/xfs/xfs_log_recover.c memcpy(&recp->h_fs_uuid, &log->l_mp->m_sb.sb_uuid, sizeof(uuid_t));