Home
last modified time | relevance | path

Searched refs:h_fs_uuid (Results 1 – 3 of 3) sorted by relevance

/fs/xfs/libxfs/
Dxfs_log_format.h175 uuid_t h_fs_uuid; /* uuid of FS : 16 */ member
/fs/xfs/
Dxfs_log_recover.c226 &head->h_fs_uuid, be32_to_cpu(head->h_fmt)); in xlog_header_check_dump()
254 } else if (unlikely(!uuid_equal(&mp->m_sb.sb_uuid, &head->h_fs_uuid))) { in xlog_header_check_recover()
275 if (uuid_is_null(&head->h_fs_uuid)) { in xlog_header_check_mount()
282 } else if (unlikely(!uuid_equal(&mp->m_sb.sb_uuid, &head->h_fs_uuid))) { in xlog_header_check_mount()
1571 memcpy(&recp->h_fs_uuid, &log->l_mp->m_sb.sb_uuid, sizeof(uuid_t)); in xlog_add_record()
Dxfs_log.c1472 memcpy(&head->h_fs_uuid, &mp->m_sb.sb_uuid, sizeof(uuid_t)); in xlog_alloc_log()