Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_symlink_remote.c66 uuid_copy(&dsl->sl_uuid, &mp->m_sb.sb_uuid); in xfs_symlink_hdr_set()
110 if (!uuid_equal(&dsl->sl_uuid, &mp->m_sb.sb_uuid)) in xfs_symlink_verify()
Dxfs_sb.c329 memcpy(&to->sb_uuid, &from->sb_uuid, sizeof(to->sb_uuid)); in __xfs_sb_from_disk()
464 memcpy(&to->sb_uuid, &from->sb_uuid, sizeof(to->sb_uuid)); in xfs_sb_to_disk()
Dxfs_dquot_buf.c166 uuid_copy(&d->dd_uuid, &mp->m_sb.sb_uuid); in xfs_dqcheck()
201 if (!uuid_equal(&d->dd_uuid, &mp->m_sb.sb_uuid)) in xfs_dquot_buf_verify_crc()
Dxfs_alloc_btree.c298 if (!uuid_equal(&block->bb_u.s.bb_uuid, &mp->m_sb.sb_uuid)) in xfs_allocbt_verify()
316 if (!uuid_equal(&block->bb_u.s.bb_uuid, &mp->m_sb.sb_uuid)) in xfs_allocbt_verify()
Dxfs_inode_buf.c313 if (!uuid_equal(&dip->di_uuid, &mp->m_sb.sb_uuid)) in xfs_dinode_verify()
375 uuid_copy(&ip->i_d.di_uuid, &mp->m_sb.sb_uuid); in xfs_iread()
Dxfs_attr_remote.c103 if (!uuid_equal(&rmt->rm_uuid, &mp->m_sb.sb_uuid)) in xfs_attr3_rmt_verify()
225 uuid_copy(&rmt->rm_uuid, &mp->m_sb.sb_uuid); in xfs_attr3_rmt_hdr_set()
Dxfs_bmap_btree.c352 ASSERT(uuid_equal(&rblock->bb_u.l.bb_uuid, &mp->m_sb.sb_uuid)); in xfs_bmbt_to_bmdr()
650 if (!uuid_equal(&block->bb_u.l.bb_uuid, &mp->m_sb.sb_uuid)) in xfs_bmbt_verify()
Dxfs_ialloc_btree.c233 if (!uuid_equal(&block->bb_u.s.bb_uuid, &mp->m_sb.sb_uuid)) in xfs_inobt_verify()
Dxfs_dir2_data.c223 if (!uuid_equal(&hdr3->uuid, &mp->m_sb.sb_uuid)) in xfs_dir3_data_verify()
608 uuid_copy(&hdr3->uuid, &mp->m_sb.sb_uuid); in xfs_dir3_data_init()
Dxfs_format.h103 uuid_t sb_uuid; /* file system unique id */ member
193 uuid_t sb_uuid; /* file system unique id */ member
Dxfs_dir2_block.c70 if (!uuid_equal(&hdr3->uuid, &mp->m_sb.sb_uuid)) in xfs_dir3_block_verify()
160 uuid_copy(&hdr3->uuid, &mp->m_sb.sb_uuid); in xfs_dir3_block_init()
Dxfs_dir2_leaf.c163 if (!uuid_equal(&leaf3->info.uuid, &mp->m_sb.sb_uuid)) in xfs_dir3_leaf_verify()
313 uuid_copy(&leaf3->info.uuid, &mp->m_sb.sb_uuid); in xfs_dir3_leaf_init()
Dxfs_btree.c68 uuid_equal(&block->bb_u.l.bb_uuid, &mp->m_sb.sb_uuid) && in xfs_btree_check_lblock()
118 uuid_equal(&block->bb_u.s.bb_uuid, &mp->m_sb.sb_uuid) && in xfs_btree_check_sblock()
1003 uuid_copy(&buf->bb_u.l.bb_uuid, &mp->m_sb.sb_uuid); in xfs_btree_init_block_int()
1016 uuid_copy(&buf->bb_u.s.bb_uuid, &mp->m_sb.sb_uuid); in xfs_btree_init_block_int()
Dxfs_ialloc.c310 uuid_copy(&free->di_uuid, &mp->m_sb.sb_uuid); in xfs_ialloc_inode_init()
2055 !uuid_equal(&agi->agi_uuid, &mp->m_sb.sb_uuid)) in xfs_agi_verify()
Dxfs_dir2_node.c96 if (!uuid_equal(&hdr3->uuid, &mp->m_sb.sb_uuid)) in xfs_dir3_free_verify()
229 uuid_copy(&hdr3->hdr.uuid, &mp->m_sb.sb_uuid); in xfs_dir3_free_get_buf()
Dxfs_alloc.c453 if (!uuid_equal(&agfl->agfl_uuid, &mp->m_sb.sb_uuid)) in xfs_agfl_verify()
2206 !uuid_equal(&agf->agf_uuid, &mp->m_sb.sb_uuid)) in xfs_agf_verify()
Dxfs_da_btree.c149 if (!uuid_equal(&hdr3->info.uuid, &mp->m_sb.sb_uuid)) in xfs_da3_node_verify()
327 uuid_copy(&hdr3->info.uuid, &mp->m_sb.sb_uuid); in xfs_da3_node_create()
Dxfs_attr_leaf.c265 if (!uuid_equal(&hdr3->info.uuid, &mp->m_sb.sb_uuid)) in xfs_attr3_leaf_verify()
1059 uuid_copy(&hdr3->uuid, &mp->m_sb.sb_uuid); in xfs_attr3_leaf_create()
/linux-4.1.27/fs/xfs/
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()
251 uuid_copy(&agf->agf_uuid, &mp->m_sb.sb_uuid); in xfs_growfs_data_private()
274 uuid_copy(&agfl->agfl_uuid, &mp->m_sb.sb_uuid); in xfs_growfs_data_private()
310 uuid_copy(&agi->agi_uuid, &mp->m_sb.sb_uuid); in xfs_growfs_data_private()
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_mount.c58 uuid_t *uuid = &mp->m_sb.sb_uuid; in xfs_uuid_mount()
101 uuid_t *uuid = &mp->m_sb.sb_uuid; in xfs_uuid_unmount()
752 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()
1900 uuid = &((struct xfs_dsb *)blk)->sb_uuid; in xlog_recover_get_buf_lsn()
1907 if (!uuid_equal(&mp->m_sb.sb_uuid, uuid)) in xlog_recover_get_buf_lsn()
1925 if (!uuid_equal(&mp->m_sb.sb_uuid, uuid)) in xlog_recover_get_buf_lsn()
Dxfs_dquot.c254 uuid_copy(&d->dd_uuid, &mp->m_sb.sb_uuid); in xfs_qm_init_dquot_blk()
Dxfs_log.c1460 memcpy(&head->h_fs_uuid, &mp->m_sb.sb_uuid, sizeof(uuid_t)); in xlog_alloc_log()
Dxfs_inode.c790 ASSERT(uuid_equal(&ip->i_d.di_uuid, &mp->m_sb.sb_uuid)); in xfs_ialloc()
/linux-4.1.27/include/uapi/linux/
Dgfs2_ondisk.h133 __u8 sb_uuid[16]; /* The UUID, maybe 0 for backwards compat */ member
/linux-4.1.27/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.1.27/fs/gfs2/
Dops_fstype.c205 memcpy(s->s_uuid, str->sb_uuid, 16); in gfs2_sb_in()