Searched refs:sb_uuid (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/fs/xfs/ |
D | xfs_fsops.c | 71 ASSERT(sizeof(geo->uuid)==sizeof(mp->m_sb.sb_uuid)); in xfs_fs_geometry() 72 memcpy(geo->uuid, &mp->m_sb.sb_uuid, sizeof(mp->m_sb.sb_uuid)); in xfs_fs_geometry()
|
D | xfs_sb.h | 105 uuid_t sb_uuid; /* file system unique id */ member 176 uuid_t sb_uuid; /* file system unique id */ member
|
D | xfs_mount.c | 73 { offsetof(xfs_sb_t, sb_uuid), 1 }, 129 uuid_t *uuid = &mp->m_sb.sb_uuid; in xfs_uuid_mount() 172 uuid_t *uuid = &mp->m_sb.sb_uuid; in xfs_uuid_unmount() 577 memcpy(&to->sb_uuid, &from->sb_uuid, sizeof(to->sb_uuid)); in xfs_sb_from_disk() 1261 uuid_getnodeuniq(&sbp->sb_uuid, mp->m_fixedfsid); in xfs_mountfs()
|
D | xfs_log_recover.c | 258 __func__, &mp->m_sb.sb_uuid, XLOG_FMT); in xlog_header_check_dump() 288 } else if (unlikely(!uuid_equal(&mp->m_sb.sb_uuid, &head->h_fs_uuid))) { in xlog_header_check_recover() 316 } else if (unlikely(!uuid_equal(&mp->m_sb.sb_uuid, &head->h_fs_uuid))) { in xlog_header_check_mount() 1173 memcpy(&recp->h_fs_uuid, &log->l_mp->m_sb.sb_uuid, sizeof(uuid_t)); in xlog_add_record()
|
D | xfs_log.c | 1110 memcpy(&head->h_fs_uuid, &mp->m_sb.sb_uuid, sizeof(uuid_t)); in xlog_alloc_log()
|
/linux-2.6.39/include/linux/ |
D | gfs2_ondisk.h | 131 __u8 sb_uuid[16]; /* The UUID, maybe 0 for backwards compat */ member
|
/linux-2.6.39/fs/gfs2/ |
D | sys.c | 84 const u8 *uuid = sdp->sd_sb.sb_uuid; in uuid_show() 619 const u8 *uuid = sdp->sd_sb.sb_uuid; in gfs2_uevent()
|
D | incore.h | 491 u8 sb_uuid[16]; member
|
D | ops_fstype.c | 178 memcpy(sb->sb_uuid, str->sb_uuid, 16); in gfs2_sb_in()
|