Lines Matching refs:hdr3
133 struct xfs_da3_node_hdr *hdr3 = bp->b_addr; in xfs_da3_node_verify() local
138 if (!uuid_equal(&hdr3->info.uuid, &mp->m_sb.sb_meta_uuid)) in xfs_da3_node_verify()
140 if (be64_to_cpu(hdr3->info.blkno) != bp->b_bn) in xfs_da3_node_verify()
142 if (!xfs_log_check_lsn(mp, be64_to_cpu(hdr3->info.lsn))) in xfs_da3_node_verify()
174 struct xfs_da3_node_hdr *hdr3 = bp->b_addr; in xfs_da3_node_write_verify() local
187 hdr3->info.lsn = cpu_to_be64(bip->bli_item.li_lsn); in xfs_da3_node_write_verify()
341 struct xfs_da3_node_hdr *hdr3 = bp->b_addr; in xfs_da3_node_create() local
343 memset(hdr3, 0, sizeof(struct xfs_da3_node_hdr)); in xfs_da3_node_create()
345 hdr3->info.blkno = cpu_to_be64(bp->b_bn); in xfs_da3_node_create()
346 hdr3->info.owner = cpu_to_be64(args->dp->i_ino); in xfs_da3_node_create()
347 uuid_copy(&hdr3->info.uuid, &mp->m_sb.sb_meta_uuid); in xfs_da3_node_create()