Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_sb.c361 memcpy(&to->sb_uuid, &from->sb_uuid, sizeof(to->sb_uuid)); in __xfs_sb_from_disk()
419 uuid_copy(&to->sb_meta_uuid, &from->sb_uuid); in __xfs_sb_from_disk()
504 memcpy(&to->sb_uuid, &from->sb_uuid, sizeof(to->sb_uuid)); in xfs_sb_to_disk()
Dxfs_format.h111 uuid_t sb_uuid; /* user-visible file system unique id */ member
202 uuid_t sb_uuid; /* user-visible file system unique id */ member
/linux-4.4.14/fs/xfs/
Dxfs_pnfs.c76 memcpy(buf, &mp->m_sb.sb_uuid, sizeof(uuid_t)); in xfs_fs_get_uuid()
78 *offset = offsetof(struct xfs_dsb, sb_uuid); in xfs_fs_get_uuid()
Dxfs_fsops.c69 ASSERT(sizeof(geo->uuid)==sizeof(mp->m_sb.sb_uuid)); in xfs_fs_geometry()
70 memcpy(geo->uuid, &mp->m_sb.sb_uuid, sizeof(mp->m_sb.sb_uuid)); in xfs_fs_geometry()
Dxfs_mount.c68 uuid_t *uuid = &mp->m_sb.sb_uuid; in xfs_uuid_mount()
111 uuid_t *uuid = &mp->m_sb.sb_uuid; in xfs_uuid_unmount()
783 uuid_getnodeuniq(&sbp->sb_uuid, mp->m_fixedfsid); in xfs_mountfs()
Dxfs_log_recover.c298 __func__, &mp->m_sb.sb_uuid, XLOG_FMT); in xlog_header_check_dump()
328 } else if (unlikely(!uuid_equal(&mp->m_sb.sb_uuid, &head->h_fs_uuid))) { in xlog_header_check_recover()
356 } else if (unlikely(!uuid_equal(&mp->m_sb.sb_uuid, &head->h_fs_uuid))) { in xlog_header_check_mount()
1218 memcpy(&recp->h_fs_uuid, &log->l_mp->m_sb.sb_uuid, sizeof(uuid_t)); in xlog_add_record()
1909 uuid = &((struct xfs_dsb *)blk)->sb_uuid; in xlog_recover_get_buf_lsn()
1934 if (!uuid_equal(&mp->m_sb.sb_uuid, uuid)) in xlog_recover_get_buf_lsn()
Dxfs_log.c1477 memcpy(&head->h_fs_uuid, &mp->m_sb.sb_uuid, sizeof(uuid_t)); in xlog_alloc_log()
/linux-4.4.14/include/uapi/linux/
Dgfs2_ondisk.h133 __u8 sb_uuid[16]; /* The UUID, maybe 0 for backwards compat */ member
/linux-4.4.14/Documentation/filesystems/
Dxfs-self-describing-metadata.txt255 if (!uuid_equal(&hdr->uuid, &mp->m_sb.sb_uuid))
279 if (!uuid_equal(&hdr->uuid, &mp->m_sb.sb_uuid))
/linux-4.4.14/fs/gfs2/
Dops_fstype.c205 memcpy(s->s_uuid, str->sb_uuid, 16); in gfs2_sb_in()