Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_sb.c618 memcpy(&to->sb_uuid, &from->sb_uuid, sizeof(to->sb_uuid)); in __xfs_sb_from_disk()
677 uuid_copy(&to->sb_meta_uuid, &from->sb_uuid); in __xfs_sb_from_disk()
767 memcpy(&to->sb_uuid, &from->sb_uuid, sizeof(to->sb_uuid)); in xfs_sb_to_disk()
1204 BUILD_BUG_ON(sizeof(geo->uuid) != sizeof(sbp->sb_uuid)); in xfs_fs_geometry()
1205 memcpy(geo->uuid, &sbp->sb_uuid, sizeof(sbp->sb_uuid)); in xfs_fs_geometry()
Dxfs_format.h102 uuid_t sb_uuid; /* user-visible file system unique id */ member
193 uuid_t sb_uuid; /* user-visible file system unique id */ member
/fs/xfs/
Dxfs_mount.c61 uuid_t *uuid = &mp->m_sb.sb_uuid; in xfs_uuid_mount()
106 uuid_t *uuid = &mp->m_sb.sb_uuid; in xfs_uuid_unmount()
782 (get_unaligned_be16(&sbp->sb_uuid.b[8]) << 16) | in xfs_mountfs()
783 get_unaligned_be16(&sbp->sb_uuid.b[4]); in xfs_mountfs()
784 mp->m_fixedfsid[1] = get_unaligned_be32(&sbp->sb_uuid.b[0]); in xfs_mountfs()
Dxfs_pnfs.c67 memcpy(buf, &mp->m_sb.sb_uuid, sizeof(uuid_t)); in xfs_fs_get_uuid()
69 *offset = offsetof(struct xfs_dsb, sb_uuid); in xfs_fs_get_uuid()
Dxfs_log_recover.c197 __func__, &mp->m_sb.sb_uuid, XLOG_FMT); in xlog_header_check_dump()
226 if (XFS_IS_CORRUPT(mp, !uuid_equal(&mp->m_sb.sb_uuid, in xlog_header_check_recover()
253 } else if (XFS_IS_CORRUPT(mp, !uuid_equal(&mp->m_sb.sb_uuid, in xlog_header_check_mount()
1504 memcpy(&recp->h_fs_uuid, &log->l_mp->m_sb.sb_uuid, sizeof(uuid_t)); in xlog_add_record()
Dxfs_log.c648 &mp->m_sb.sb_uuid); in xfs_log_mount()
653 &mp->m_sb.sb_uuid); in xfs_log_mount()
1628 memcpy(&head->h_fs_uuid, &mp->m_sb.sb_uuid, sizeof(uuid_t)); in xlog_alloc_log()
Dxfs_buf_item_recover.c802 uuid = &((struct xfs_dsb *)blk)->sb_uuid; in xlog_recover_get_buf_lsn()
Dxfs_super.c1141 xfs_notice(mp, "Unmounting Filesystem %pU", &mp->m_sb.sb_uuid); in xfs_fs_put_super()
/fs/xfs/scrub/
Dagheader.c137 if (!uuid_equal(&sb->sb_uuid, &mp->m_sb.sb_uuid)) in xchk_superblock()
/fs/gfs2/
Dops_fstype.c218 memcpy(&s->s_uuid, str->sb_uuid, 16); in gfs2_sb_in()