Searched refs:sb_uuid (Results 1 - 12 of 12) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_pnfs.c67 memcpy(buf, &mp->m_sb.sb_uuid, sizeof(uuid_t));
69 *offset = offsetof(struct xfs_dsb, sb_uuid);
H A Dxfs_mount.c61 uuid_t *uuid = &mp->m_sb.sb_uuid;
106 uuid_t *uuid = &mp->m_sb.sb_uuid;
783 (get_unaligned_be16(&sbp->sb_uuid.b[8]) << 16) |
784 get_unaligned_be16(&sbp->sb_uuid.b[4]);
785 mp->m_fixedfsid[1] = get_unaligned_be32(&sbp->sb_uuid.b[0]);
H A Dxfs_buf_item_recover.c802 uuid = &((struct xfs_dsb *)blk)->sb_uuid;
H A Dxfs_log_recover.c197 __func__, &mp->m_sb.sb_uuid, XLOG_FMT);
226 if (XFS_IS_CORRUPT(mp, !uuid_equal(&mp->m_sb.sb_uuid,
253 } else if (XFS_IS_CORRUPT(mp, !uuid_equal(&mp->m_sb.sb_uuid,
1504 memcpy(&recp->h_fs_uuid, &log->l_mp->m_sb.sb_uuid, sizeof(uuid_t));
H A Dxfs_log.c648 &mp->m_sb.sb_uuid);
653 &mp->m_sb.sb_uuid);
1629 memcpy(&head->h_fs_uuid, &mp->m_sb.sb_uuid, sizeof(uuid_t));
H A Dxfs_super.c1132 xfs_notice(mp, "Unmounting Filesystem %pU", &mp->m_sb.sb_uuid);
/linux-master/fs/xfs/libxfs/
H A Dxfs_sb.c618 memcpy(&to->sb_uuid, &from->sb_uuid, sizeof(to->sb_uuid));
670 * sb_meta_uuid is only on disk if it differs from sb_uuid and the
677 uuid_copy(&to->sb_meta_uuid, &from->sb_uuid);
767 memcpy(&to->sb_uuid, &from->sb_uuid, sizeof(to->sb_uuid));
1206 BUILD_BUG_ON(sizeof(geo->uuid) != sizeof(sbp->sb_uuid));
1207 memcpy(geo->uuid, &sbp->sb_uuid, sizeo
[all...]
H A Dxfs_format.h102 uuid_t sb_uuid; /* user-visible file system unique id */ member in struct:xfs_sb
193 uuid_t sb_uuid; /* user-visible file system unique id */ member in struct:xfs_dsb
/linux-master/include/uapi/linux/
H A Dgfs2_ondisk.h134 __u8 sb_uuid[16]; /* The UUID, maybe 0 for backwards compat */ member in struct:gfs2_sb
/linux-master/drivers/md/
H A Ddm-zoned-metadata.c1022 uuid_t sb_uuid; local
1024 import_uuid(&sb_uuid, sb->dmz_uuid);
1025 if (uuid_is_null(&sb_uuid)) {
1029 uuid_copy(&zmd->uuid, &sb_uuid);
1030 } else if (!uuid_equal(&zmd->uuid, &sb_uuid)) {
1032 &sb_uuid, &zmd->uuid);
/linux-master/fs/xfs/scrub/
H A Dagheader.c137 if (!uuid_equal(&sb->sb_uuid, &mp->m_sb.sb_uuid))
/linux-master/fs/gfs2/
H A Dops_fstype.c217 super_set_uuid(s, str->sb_uuid, 16);

Completed in 229 milliseconds