Searched refs:sb_uuid (Results 1 – 11 of 11) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_sb.c | 818 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() 1525 BUILD_BUG_ON(sizeof(geo->uuid) != sizeof(sbp->sb_uuid)); in xfs_fs_geometry() 1526 memcpy(geo->uuid, &sbp->sb_uuid, sizeof(sbp->sb_uuid)); in xfs_fs_geometry()
|
| H A D | xfs_ondisk.h | 233 XFS_CHECK_SB_OFFSET(sb_uuid, 32); in xfs_check_ondisk_structs()
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | group_descr.rst | 101 - Group descriptor checksum; crc16(sb_uuid+group_num+bg_desc) if the 103 crc32c(sb_uuid+group_num+bg_desc) & 0xFFFF if the
|
| /linux/include/uapi/linux/ |
| H A D | gfs2_ondisk.h | 134 __u8 sb_uuid[16]; /* The UUID, maybe 0 for backwards compat */ member
|
| /linux/fs/xfs/ |
| H A D | xfs_log_recover.c | 197 __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() 1501 memcpy(&recp->h_fs_uuid, &log->l_mp->m_sb.sb_uuid, sizeof(uuid_t)); in xlog_add_record()
|
| H A D | xfs_log.c | 547 &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 D | xfs_buf_item_recover.c | 948 uuid = &((struct xfs_dsb *)blk)->sb_uuid; in xlog_recover_get_buf_lsn()
|
| H A D | xfs_super.c | 1273 xfs_notice(mp, "Unmounting Filesystem %pU", &mp->m_sb.sb_uuid); in xfs_fs_put_super()
|
| /linux/fs/xfs/scrub/ |
| H A D | agheader.c | 169 if (!uuid_equal(&sb->sb_uuid, &mp->m_sb.sb_uuid)) in xchk_superblock()
|
| /linux/Documentation/filesystems/xfs/ |
| H A D | xfs-self-describing-metadata.rst | 259 if (!uuid_equal(&hdr->uuid, &mp->m_sb.sb_uuid)) 283 if (!uuid_equal(&hdr->uuid, &mp->m_sb.sb_uuid))
|
| /linux/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | sta_cmd.c | 49 struct hw_spec_secure_boot_uuid *sb_uuid; in nxpwifi_ret_sta_get_hw_spec() local 170 sb_uuid = (struct hw_spec_secure_boot_uuid *)tlv; in nxpwifi_ret_sta_get_hw_spec() 172 le64_to_cpu(sb_uuid->uuid_lo); in nxpwifi_ret_sta_get_hw_spec() 174 le64_to_cpu(sb_uuid->uuid_hi); in nxpwifi_ret_sta_get_hw_spec()
|