Lines Matching refs:hdr3
121 struct xfs_da3_blkinfo *hdr3) in xfs_da3_blkinfo_verify() argument
124 struct xfs_da_blkinfo *hdr = &hdr3->hdr; in xfs_da3_blkinfo_verify()
130 if (!uuid_equal(&hdr3->uuid, &mp->m_sb.sb_meta_uuid)) in xfs_da3_blkinfo_verify()
132 if (be64_to_cpu(hdr3->blkno) != bp->b_bn) in xfs_da3_blkinfo_verify()
134 if (!xfs_log_check_lsn(mp, be64_to_cpu(hdr3->lsn))) in xfs_da3_blkinfo_verify()
185 struct xfs_da3_node_hdr *hdr3 = bp->b_addr; in xfs_da3_node_write_verify() local
198 hdr3->info.lsn = cpu_to_be64(bip->bli_item.li_lsn); in xfs_da3_node_write_verify()
354 struct xfs_da3_node_hdr *hdr3 = bp->b_addr; in xfs_da3_node_create() local
356 memset(hdr3, 0, sizeof(struct xfs_da3_node_hdr)); in xfs_da3_node_create()
358 hdr3->info.blkno = cpu_to_be64(bp->b_bn); in xfs_da3_node_create()
359 hdr3->info.owner = cpu_to_be64(args->dp->i_ino); in xfs_da3_node_create()
360 uuid_copy(&hdr3->info.uuid, &mp->m_sb.sb_meta_uuid); in xfs_da3_node_create()