Searched refs:sb_uuid (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_mount.c | 81 { 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);
|
D | xfs_fsops.c | 87 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()
|
D | xfs_sb.h | 131 uuid_t sb_uuid; /* file system unique id */ member
|
D | xfs_log_recover.c | 213 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()
|
D | xfs_log.c | 1232 memcpy(&head->h_fs_uuid, &mp->m_sb.sb_uuid, sizeof(uuid_t)); in xlog_alloc_log()
|