Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_mount.c81 { offsetof(xfs_sb_t, sb_uuid), 1 },
766 ret64 = uuid_hash64(&sbp->sb_uuid);
903 uuid_getnodeuniq(&sbp->sb_uuid, mp->m_fixedfsid);
1547 if (uuid_is_nil(&mp->m_sb.sb_uuid)) {
1553 if (!uuid_table_insert(&mp->m_sb.sb_uuid)) {
1569 uuid_table_remove(&mp->m_sb.sb_uuid);
Dxfs_fsops.c87 ASSERT(sizeof(geo->uuid)==sizeof(mp->m_sb.sb_uuid)); in xfs_fs_geometry()
88 memcpy(geo->uuid, &mp->m_sb.sb_uuid, sizeof(mp->m_sb.sb_uuid)); in xfs_fs_geometry()
Dxfs_sb.h131 uuid_t sb_uuid; /* file system unique id */ member
Dxfs_log_recover.c213 printk("%02x",((unsigned char *)&mp->m_sb.sb_uuid)[b]); in xlog_header_check_dump()
246 } else if (unlikely(!uuid_equal(&mp->m_sb.sb_uuid, &head->h_fs_uuid))) { in xlog_header_check_recover()
274 } else if (unlikely(!uuid_equal(&mp->m_sb.sb_uuid, &head->h_fs_uuid))) { in xlog_header_check_mount()
1116 memcpy(&recp->h_fs_uuid, &log->l_mp->m_sb.sb_uuid, sizeof(uuid_t)); in xlog_add_record()
Dxfs_log.c1232 memcpy(&head->h_fs_uuid, &mp->m_sb.sb_uuid, sizeof(uuid_t)); in xlog_alloc_log()