Lines Matching refs:hdr3
198 struct xfs_da3_blkinfo *hdr3) in xfs_da3_blkinfo_verify() argument
201 struct xfs_da_blkinfo *hdr = &hdr3->hdr; in xfs_da3_blkinfo_verify()
207 if (!uuid_equal(&hdr3->uuid, &mp->m_sb.sb_meta_uuid)) in xfs_da3_blkinfo_verify()
209 if (be64_to_cpu(hdr3->blkno) != xfs_buf_daddr(bp)) in xfs_da3_blkinfo_verify()
211 if (!xfs_log_check_lsn(mp, be64_to_cpu(hdr3->lsn))) in xfs_da3_blkinfo_verify()
259 struct xfs_da3_node_hdr *hdr3 = bp->b_addr; in xfs_da3_node_write_verify() local
272 hdr3->info.lsn = cpu_to_be64(bip->bli_item.li_lsn); in xfs_da3_node_write_verify()
458 struct xfs_da3_node_hdr *hdr3 = bp->b_addr; in xfs_da3_node_create() local
460 memset(hdr3, 0, sizeof(struct xfs_da3_node_hdr)); in xfs_da3_node_create()
462 hdr3->info.blkno = cpu_to_be64(xfs_buf_daddr(bp)); in xfs_da3_node_create()
463 hdr3->info.owner = cpu_to_be64(args->dp->i_ino); in xfs_da3_node_create()
464 uuid_copy(&hdr3->info.uuid, &mp->m_sb.sb_meta_uuid); in xfs_da3_node_create()