Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_sb.c818 memcpy(&to->sb_uuid, &from->sb_uuid, sizeof(to->sb_uuid)); in __xfs_sb_from_disk()
877 uuid_copy(&to->sb_meta_uuid, &from->sb_uuid); in __xfs_sb_from_disk()
998 memcpy(&to->sb_uuid, &from->sb_uuid, sizeof(to->sb_uuid)); in xfs_sb_to_disk()
1528 BUILD_BUG_ON(sizeof(geo->uuid) != sizeof(sbp->sb_uuid)); in xfs_fs_geometry()
1529 memcpy(geo->uuid, &sbp->sb_uuid, sizeof(sbp->sb_uuid)); in xfs_fs_geometry()
H A Dxfs_rtgroup.c646 if (!uuid_equal(&rsb->rsb_uuid, &mp->m_sb.sb_uuid)) in xfs_rtsb_verify_all()
708 memcpy(&rsb->rsb_uuid, &dsb->sb_uuid, sizeof(rsb->rsb_uuid)); in xfs_update_rtsb()
718 meta_uuid = &dsb->sb_uuid; in xfs_update_rtsb()
H A Dxfs_ondisk.h233 XFS_CHECK_SB_OFFSET(sb_uuid, 32); in xfs_check_ondisk_structs()
/linux/Documentation/filesystems/ext4/
H A Dgroup_descr.rst102 - Group descriptor checksum; crc16(sb_uuid+group_num+bg_desc) if the
104 crc32c(sb_uuid+group_num+bg_desc) & 0xFFFF if the
/linux/include/uapi/linux/
H A Dgfs2_ondisk.h134 __u8 sb_uuid[16]; /* The UUID, maybe 0 for backwards compat */ member
/linux/fs/xfs/
H A 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()
1500 memcpy(&recp->h_fs_uuid, &log->l_mp->m_sb.sb_uuid, sizeof(uuid_t)); in xlog_add_record()
H A Dxfs_log.c547 &mp->m_sb.sb_uuid); in xfs_log_mount()
552 &mp->m_sb.sb_uuid); in xfs_log_mount()
1425 memcpy(&iclog->ic_header->h_fs_uuid, &mp->m_sb.sb_uuid, in xlog_alloc_log()
H A Dxfs_buf_item_recover.c927 uuid = &((struct xfs_dsb *)blk)->sb_uuid; in xlog_recover_get_buf_lsn()
/linux/fs/xfs/scrub/
H A Dagheader.c167 if (!uuid_equal(&sb->sb_uuid, &mp->m_sb.sb_uuid)) in xchk_superblock()
/linux/Documentation/filesystems/xfs/
H A Dxfs-self-describing-metadata.rst259 if (!uuid_equal(&hdr->uuid, &mp->m_sb.sb_uuid))
283 if (!uuid_equal(&hdr->uuid, &mp->m_sb.sb_uuid))
/linux/fs/gfs2/
H A Dops_fstype.c197 super_set_uuid(s, str->sb_uuid, 16); in gfs2_sb_in()