Searched refs:sb_uuid (Results 1 – 13 of 13) sorted by relevance
/linux-6.1.9/fs/xfs/libxfs/ |
D | xfs_sb.c | 559 memcpy(&to->sb_uuid, &from->sb_uuid, sizeof(to->sb_uuid)); in __xfs_sb_from_disk() 618 uuid_copy(&to->sb_meta_uuid, &from->sb_uuid); in __xfs_sb_from_disk() 708 memcpy(&to->sb_uuid, &from->sb_uuid, sizeof(to->sb_uuid)); in xfs_sb_to_disk() 1142 BUILD_BUG_ON(sizeof(geo->uuid) != sizeof(sbp->sb_uuid)); in xfs_fs_geometry() 1143 memcpy(geo->uuid, &sbp->sb_uuid, sizeof(sbp->sb_uuid)); in xfs_fs_geometry()
|
D | xfs_format.h | 102 uuid_t sb_uuid; /* user-visible file system unique id */ member 193 uuid_t sb_uuid; /* user-visible file system unique id */ member
|
/linux-6.1.9/fs/xfs/ |
D | xfs_mount.c | 60 uuid_t *uuid = &mp->m_sb.sb_uuid; in xfs_uuid_mount() 105 uuid_t *uuid = &mp->m_sb.sb_uuid; in xfs_uuid_unmount() 765 (get_unaligned_be16(&sbp->sb_uuid.b[8]) << 16) | in xfs_mountfs() 766 get_unaligned_be16(&sbp->sb_uuid.b[4]); in xfs_mountfs() 767 mp->m_fixedfsid[1] = get_unaligned_be32(&sbp->sb_uuid.b[0]); in xfs_mountfs()
|
D | xfs_pnfs.c | 67 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()
|
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() 1504 memcpy(&recp->h_fs_uuid, &log->l_mp->m_sb.sb_uuid, sizeof(uuid_t)); in xlog_add_record()
|
D | xfs_buf_item_recover.c | 802 uuid = &((struct xfs_dsb *)blk)->sb_uuid; in xlog_recover_get_buf_lsn()
|
D | xfs_log.c | 1634 memcpy(&head->h_fs_uuid, &mp->m_sb.sb_uuid, sizeof(uuid_t)); in xlog_alloc_log()
|
/linux-6.1.9/Documentation/filesystems/ext4/ |
D | group_descr.rst | 102 - Group descriptor checksum; crc16(sb_uuid+group_num+bg_desc) if the 104 crc32c(sb_uuid+group_num+bg_desc) & 0xFFFF if the
|
/linux-6.1.9/include/uapi/linux/ |
D | gfs2_ondisk.h | 134 __u8 sb_uuid[16]; /* The UUID, maybe 0 for backwards compat */ member
|
/linux-6.1.9/drivers/md/ |
D | dm-zoned-metadata.c | 1024 uuid_t sb_uuid; in dmz_check_sb() local 1026 import_uuid(&sb_uuid, sb->dmz_uuid); in dmz_check_sb() 1027 if (uuid_is_null(&sb_uuid)) { in dmz_check_sb() 1031 uuid_copy(&zmd->uuid, &sb_uuid); in dmz_check_sb() 1032 } else if (!uuid_equal(&zmd->uuid, &sb_uuid)) { in dmz_check_sb() 1035 &sb_uuid, &zmd->uuid); in dmz_check_sb()
|
/linux-6.1.9/fs/xfs/scrub/ |
D | agheader.c | 127 if (!uuid_equal(&sb->sb_uuid, &mp->m_sb.sb_uuid)) in xchk_superblock()
|
/linux-6.1.9/Documentation/filesystems/ |
D | xfs-self-describing-metadata.rst | 258 if (!uuid_equal(&hdr->uuid, &mp->m_sb.sb_uuid)) 282 if (!uuid_equal(&hdr->uuid, &mp->m_sb.sb_uuid))
|
/linux-6.1.9/fs/gfs2/ |
D | ops_fstype.c | 218 memcpy(&s->s_uuid, str->sb_uuid, 16); in gfs2_sb_in()
|