hdr3               44 arch/arm/kernel/atags_parse.c 	struct tag_header hdr3;
hdr3               97 fs/xfs/libxfs/xfs_attr_leaf.c 	struct xfs_attr3_leaf_hdr	*hdr3;
hdr3              100 fs/xfs/libxfs/xfs_attr_leaf.c 		hdr3 = (struct xfs_attr3_leaf_hdr *) from;
hdr3              101 fs/xfs/libxfs/xfs_attr_leaf.c 		to->firstused = be16_to_cpu(hdr3->firstused);
hdr3              124 fs/xfs/libxfs/xfs_attr_leaf.c 	struct xfs_attr3_leaf_hdr	*hdr3;
hdr3              142 fs/xfs/libxfs/xfs_attr_leaf.c 		hdr3 = (struct xfs_attr3_leaf_hdr *) to;
hdr3              143 fs/xfs/libxfs/xfs_attr_leaf.c 		hdr3->firstused = cpu_to_be16(firstused);
hdr3              161 fs/xfs/libxfs/xfs_attr_leaf.c 		struct xfs_attr3_leaf_hdr *hdr3 = (struct xfs_attr3_leaf_hdr *)from;
hdr3              163 fs/xfs/libxfs/xfs_attr_leaf.c 		to->forw = be32_to_cpu(hdr3->info.hdr.forw);
hdr3              164 fs/xfs/libxfs/xfs_attr_leaf.c 		to->back = be32_to_cpu(hdr3->info.hdr.back);
hdr3              165 fs/xfs/libxfs/xfs_attr_leaf.c 		to->magic = be16_to_cpu(hdr3->info.hdr.magic);
hdr3              166 fs/xfs/libxfs/xfs_attr_leaf.c 		to->count = be16_to_cpu(hdr3->count);
hdr3              167 fs/xfs/libxfs/xfs_attr_leaf.c 		to->usedbytes = be16_to_cpu(hdr3->usedbytes);
hdr3              169 fs/xfs/libxfs/xfs_attr_leaf.c 		to->holes = hdr3->holes;
hdr3              172 fs/xfs/libxfs/xfs_attr_leaf.c 			to->freemap[i].base = be16_to_cpu(hdr3->freemap[i].base);
hdr3              173 fs/xfs/libxfs/xfs_attr_leaf.c 			to->freemap[i].size = be16_to_cpu(hdr3->freemap[i].size);
hdr3              203 fs/xfs/libxfs/xfs_attr_leaf.c 		struct xfs_attr3_leaf_hdr *hdr3 = (struct xfs_attr3_leaf_hdr *)to;
hdr3              205 fs/xfs/libxfs/xfs_attr_leaf.c 		hdr3->info.hdr.forw = cpu_to_be32(from->forw);
hdr3              206 fs/xfs/libxfs/xfs_attr_leaf.c 		hdr3->info.hdr.back = cpu_to_be32(from->back);
hdr3              207 fs/xfs/libxfs/xfs_attr_leaf.c 		hdr3->info.hdr.magic = cpu_to_be16(from->magic);
hdr3              208 fs/xfs/libxfs/xfs_attr_leaf.c 		hdr3->count = cpu_to_be16(from->count);
hdr3              209 fs/xfs/libxfs/xfs_attr_leaf.c 		hdr3->usedbytes = cpu_to_be16(from->usedbytes);
hdr3              211 fs/xfs/libxfs/xfs_attr_leaf.c 		hdr3->holes = from->holes;
hdr3              212 fs/xfs/libxfs/xfs_attr_leaf.c 		hdr3->pad1 = 0;
hdr3              215 fs/xfs/libxfs/xfs_attr_leaf.c 			hdr3->freemap[i].base = cpu_to_be16(from->freemap[i].base);
hdr3              216 fs/xfs/libxfs/xfs_attr_leaf.c 			hdr3->freemap[i].size = cpu_to_be16(from->freemap[i].size);
hdr3              315 fs/xfs/libxfs/xfs_attr_leaf.c 	struct xfs_attr3_leaf_hdr *hdr3 = bp->b_addr;
hdr3              328 fs/xfs/libxfs/xfs_attr_leaf.c 		hdr3->info.lsn = cpu_to_be64(bip->bli_item.li_lsn);
hdr3             1111 fs/xfs/libxfs/xfs_attr_leaf.c 		struct xfs_da3_blkinfo *hdr3 = bp2->b_addr;
hdr3             1112 fs/xfs/libxfs/xfs_attr_leaf.c 		hdr3->blkno = cpu_to_be64(bp2->b_bn);
hdr3             1177 fs/xfs/libxfs/xfs_attr_leaf.c 		struct xfs_da3_blkinfo *hdr3 = bp->b_addr;
hdr3             1181 fs/xfs/libxfs/xfs_attr_leaf.c 		hdr3->blkno = cpu_to_be64(bp->b_bn);
hdr3             1182 fs/xfs/libxfs/xfs_attr_leaf.c 		hdr3->owner = cpu_to_be64(dp->i_ino);
hdr3             1183 fs/xfs/libxfs/xfs_attr_leaf.c 		uuid_copy(&hdr3->uuid, &mp->m_sb.sb_meta_uuid);
hdr3              121 fs/xfs/libxfs/xfs_da_btree.c 	struct xfs_da3_blkinfo	*hdr3)
hdr3              124 fs/xfs/libxfs/xfs_da_btree.c 	struct xfs_da_blkinfo	*hdr = &hdr3->hdr;
hdr3              130 fs/xfs/libxfs/xfs_da_btree.c 		if (!uuid_equal(&hdr3->uuid, &mp->m_sb.sb_meta_uuid))
hdr3              132 fs/xfs/libxfs/xfs_da_btree.c 		if (be64_to_cpu(hdr3->blkno) != bp->b_bn)
hdr3              134 fs/xfs/libxfs/xfs_da_btree.c 		if (!xfs_log_check_lsn(mp, be64_to_cpu(hdr3->lsn)))
hdr3              185 fs/xfs/libxfs/xfs_da_btree.c 	struct xfs_da3_node_hdr *hdr3 = bp->b_addr;
hdr3              198 fs/xfs/libxfs/xfs_da_btree.c 		hdr3->info.lsn = cpu_to_be64(bip->bli_item.li_lsn);
hdr3              354 fs/xfs/libxfs/xfs_da_btree.c 		struct xfs_da3_node_hdr *hdr3 = bp->b_addr;
hdr3              356 fs/xfs/libxfs/xfs_da_btree.c 		memset(hdr3, 0, sizeof(struct xfs_da3_node_hdr));
hdr3              358 fs/xfs/libxfs/xfs_da_btree.c 		hdr3->info.blkno = cpu_to_be64(bp->b_bn);
hdr3              359 fs/xfs/libxfs/xfs_da_btree.c 		hdr3->info.owner = cpu_to_be64(args->dp->i_ino);
hdr3              360 fs/xfs/libxfs/xfs_da_btree.c 		uuid_copy(&hdr3->info.uuid, &mp->m_sb.sb_meta_uuid);
hdr3              467 fs/xfs/libxfs/xfs_da_format.c 	struct xfs_dir3_leaf_hdr *hdr3 = (struct xfs_dir3_leaf_hdr *)from;
hdr3              469 fs/xfs/libxfs/xfs_da_format.c 	to->forw = be32_to_cpu(hdr3->info.hdr.forw);
hdr3              470 fs/xfs/libxfs/xfs_da_format.c 	to->back = be32_to_cpu(hdr3->info.hdr.back);
hdr3              471 fs/xfs/libxfs/xfs_da_format.c 	to->magic = be16_to_cpu(hdr3->info.hdr.magic);
hdr3              472 fs/xfs/libxfs/xfs_da_format.c 	to->count = be16_to_cpu(hdr3->count);
hdr3              473 fs/xfs/libxfs/xfs_da_format.c 	to->stale = be16_to_cpu(hdr3->stale);
hdr3              484 fs/xfs/libxfs/xfs_da_format.c 	struct xfs_dir3_leaf_hdr *hdr3 = (struct xfs_dir3_leaf_hdr *)to;
hdr3              489 fs/xfs/libxfs/xfs_da_format.c 	hdr3->info.hdr.forw = cpu_to_be32(from->forw);
hdr3              490 fs/xfs/libxfs/xfs_da_format.c 	hdr3->info.hdr.back = cpu_to_be32(from->back);
hdr3              491 fs/xfs/libxfs/xfs_da_format.c 	hdr3->info.hdr.magic = cpu_to_be16(from->magic);
hdr3              492 fs/xfs/libxfs/xfs_da_format.c 	hdr3->count = cpu_to_be16(from->count);
hdr3              493 fs/xfs/libxfs/xfs_da_format.c 	hdr3->stale = cpu_to_be16(from->stale);
hdr3              543 fs/xfs/libxfs/xfs_da_format.c 	struct xfs_da3_node_hdr *hdr3 = (struct xfs_da3_node_hdr *)from;
hdr3              546 fs/xfs/libxfs/xfs_da_format.c 	to->forw = be32_to_cpu(hdr3->info.hdr.forw);
hdr3              547 fs/xfs/libxfs/xfs_da_format.c 	to->back = be32_to_cpu(hdr3->info.hdr.back);
hdr3              548 fs/xfs/libxfs/xfs_da_format.c 	to->magic = be16_to_cpu(hdr3->info.hdr.magic);
hdr3              549 fs/xfs/libxfs/xfs_da_format.c 	to->count = be16_to_cpu(hdr3->__count);
hdr3              550 fs/xfs/libxfs/xfs_da_format.c 	to->level = be16_to_cpu(hdr3->__level);
hdr3              558 fs/xfs/libxfs/xfs_da_format.c 	struct xfs_da3_node_hdr *hdr3 = (struct xfs_da3_node_hdr *)to;
hdr3              561 fs/xfs/libxfs/xfs_da_format.c 	hdr3->info.hdr.forw = cpu_to_be32(from->forw);
hdr3              562 fs/xfs/libxfs/xfs_da_format.c 	hdr3->info.hdr.back = cpu_to_be32(from->back);
hdr3              563 fs/xfs/libxfs/xfs_da_format.c 	hdr3->info.hdr.magic = cpu_to_be16(from->magic);
hdr3              564 fs/xfs/libxfs/xfs_da_format.c 	hdr3->__count = cpu_to_be16(from->count);
hdr3              565 fs/xfs/libxfs/xfs_da_format.c 	hdr3->__level = cpu_to_be16(from->level);
hdr3              666 fs/xfs/libxfs/xfs_da_format.c 	struct xfs_dir3_free_hdr *hdr3 = (struct xfs_dir3_free_hdr *)from;
hdr3              668 fs/xfs/libxfs/xfs_da_format.c 	to->magic = be32_to_cpu(hdr3->hdr.magic);
hdr3              669 fs/xfs/libxfs/xfs_da_format.c 	to->firstdb = be32_to_cpu(hdr3->firstdb);
hdr3              670 fs/xfs/libxfs/xfs_da_format.c 	to->nvalid = be32_to_cpu(hdr3->nvalid);
hdr3              671 fs/xfs/libxfs/xfs_da_format.c 	to->nused = be32_to_cpu(hdr3->nused);
hdr3              681 fs/xfs/libxfs/xfs_da_format.c 	struct xfs_dir3_free_hdr *hdr3 = (struct xfs_dir3_free_hdr *)to;
hdr3              685 fs/xfs/libxfs/xfs_da_format.c 	hdr3->hdr.magic = cpu_to_be32(from->magic);
hdr3              686 fs/xfs/libxfs/xfs_da_format.c 	hdr3->firstdb = cpu_to_be32(from->firstdb);
hdr3              687 fs/xfs/libxfs/xfs_da_format.c 	hdr3->nvalid = cpu_to_be32(from->nvalid);
hdr3              688 fs/xfs/libxfs/xfs_da_format.c 	hdr3->nused = cpu_to_be32(from->nused);
hdr3              873 fs/xfs/libxfs/xfs_da_format.h 				      struct xfs_da3_blkinfo *hdr3);
hdr3               51 fs/xfs/libxfs/xfs_dir2_block.c 	struct xfs_dir3_blk_hdr	*hdr3 = bp->b_addr;
hdr3               53 fs/xfs/libxfs/xfs_dir2_block.c 	if (!xfs_verify_magic(bp, hdr3->magic))
hdr3               57 fs/xfs/libxfs/xfs_dir2_block.c 		if (!uuid_equal(&hdr3->uuid, &mp->m_sb.sb_meta_uuid))
hdr3               59 fs/xfs/libxfs/xfs_dir2_block.c 		if (be64_to_cpu(hdr3->blkno) != bp->b_bn)
hdr3               61 fs/xfs/libxfs/xfs_dir2_block.c 		if (!xfs_log_check_lsn(mp, be64_to_cpu(hdr3->lsn)))
hdr3               90 fs/xfs/libxfs/xfs_dir2_block.c 	struct xfs_dir3_blk_hdr	*hdr3 = bp->b_addr;
hdr3              103 fs/xfs/libxfs/xfs_dir2_block.c 		hdr3->lsn = cpu_to_be64(bip->bli_item.li_lsn);
hdr3              140 fs/xfs/libxfs/xfs_dir2_block.c 	struct xfs_dir3_blk_hdr *hdr3 = bp->b_addr;
hdr3              146 fs/xfs/libxfs/xfs_dir2_block.c 		memset(hdr3, 0, sizeof(*hdr3));
hdr3              147 fs/xfs/libxfs/xfs_dir2_block.c 		hdr3->magic = cpu_to_be32(XFS_DIR3_BLOCK_MAGIC);
hdr3              148 fs/xfs/libxfs/xfs_dir2_block.c 		hdr3->blkno = cpu_to_be64(bp->b_bn);
hdr3              149 fs/xfs/libxfs/xfs_dir2_block.c 		hdr3->owner = cpu_to_be64(dp->i_ino);
hdr3              150 fs/xfs/libxfs/xfs_dir2_block.c 		uuid_copy(&hdr3->uuid, &mp->m_sb.sb_meta_uuid);
hdr3              154 fs/xfs/libxfs/xfs_dir2_block.c 	hdr3->magic = cpu_to_be32(XFS_DIR2_BLOCK_MAGIC);
hdr3              249 fs/xfs/libxfs/xfs_dir2_data.c 	struct xfs_dir3_blk_hdr	*hdr3 = bp->b_addr;
hdr3              251 fs/xfs/libxfs/xfs_dir2_data.c 	if (!xfs_verify_magic(bp, hdr3->magic))
hdr3              255 fs/xfs/libxfs/xfs_dir2_data.c 		if (!uuid_equal(&hdr3->uuid, &mp->m_sb.sb_meta_uuid))
hdr3              257 fs/xfs/libxfs/xfs_dir2_data.c 		if (be64_to_cpu(hdr3->blkno) != bp->b_bn)
hdr3              259 fs/xfs/libxfs/xfs_dir2_data.c 		if (!xfs_log_check_lsn(mp, be64_to_cpu(hdr3->lsn)))
hdr3              316 fs/xfs/libxfs/xfs_dir2_data.c 	struct xfs_dir3_blk_hdr	*hdr3 = bp->b_addr;
hdr3              329 fs/xfs/libxfs/xfs_dir2_data.c 		hdr3->lsn = cpu_to_be64(bip->bli_item.li_lsn);
hdr3              667 fs/xfs/libxfs/xfs_dir2_data.c 		struct xfs_dir3_blk_hdr *hdr3 = bp->b_addr;
hdr3              669 fs/xfs/libxfs/xfs_dir2_data.c 		memset(hdr3, 0, sizeof(*hdr3));
hdr3              670 fs/xfs/libxfs/xfs_dir2_data.c 		hdr3->magic = cpu_to_be32(XFS_DIR3_DATA_MAGIC);
hdr3              671 fs/xfs/libxfs/xfs_dir2_data.c 		hdr3->blkno = cpu_to_be64(bp->b_bn);
hdr3              672 fs/xfs/libxfs/xfs_dir2_data.c 		hdr3->owner = cpu_to_be64(dp->i_ino);
hdr3              673 fs/xfs/libxfs/xfs_dir2_data.c 		uuid_copy(&hdr3->uuid, &mp->m_sb.sb_meta_uuid);
hdr3              178 fs/xfs/libxfs/xfs_dir2_leaf.c 	struct xfs_dir3_leaf_hdr *hdr3 = bp->b_addr;
hdr3              191 fs/xfs/libxfs/xfs_dir2_leaf.c 		hdr3->info.lsn = cpu_to_be64(bip->bli_item.li_lsn);
hdr3               90 fs/xfs/libxfs/xfs_dir2_node.c 		struct xfs_dir3_blk_hdr *hdr3 = bp->b_addr;
hdr3               92 fs/xfs/libxfs/xfs_dir2_node.c 		if (!uuid_equal(&hdr3->uuid, &mp->m_sb.sb_meta_uuid))
hdr3               94 fs/xfs/libxfs/xfs_dir2_node.c 		if (be64_to_cpu(hdr3->blkno) != bp->b_bn)
hdr3               96 fs/xfs/libxfs/xfs_dir2_node.c 		if (!xfs_log_check_lsn(mp, be64_to_cpu(hdr3->lsn)))
hdr3              128 fs/xfs/libxfs/xfs_dir2_node.c 	struct xfs_dir3_blk_hdr	*hdr3 = bp->b_addr;
hdr3              141 fs/xfs/libxfs/xfs_dir2_node.c 		hdr3->lsn = cpu_to_be64(bip->bli_item.li_lsn);
hdr3              171 fs/xfs/libxfs/xfs_dir2_node.c 		struct xfs_dir3_free_hdr *hdr3 = bp->b_addr;
hdr3              173 fs/xfs/libxfs/xfs_dir2_node.c 		if (be32_to_cpu(hdr3->firstdb) != firstdb)
hdr3              175 fs/xfs/libxfs/xfs_dir2_node.c 		if (be32_to_cpu(hdr3->nvalid) > maxbests)
hdr3              177 fs/xfs/libxfs/xfs_dir2_node.c 		if (be32_to_cpu(hdr3->nvalid) < be32_to_cpu(hdr3->nused))
hdr3              272 fs/xfs/libxfs/xfs_dir2_node.c 		struct xfs_dir3_free_hdr *hdr3 = bp->b_addr;
hdr3              276 fs/xfs/libxfs/xfs_dir2_node.c 		hdr3->hdr.blkno = cpu_to_be64(bp->b_bn);
hdr3              277 fs/xfs/libxfs/xfs_dir2_node.c 		hdr3->hdr.owner = cpu_to_be64(dp->i_ino);
hdr3              278 fs/xfs/libxfs/xfs_dir2_node.c 		uuid_copy(&hdr3->hdr.uuid, &mp->m_sb.sb_meta_uuid);
hdr3              335 fs/xfs/scrub/dabtree.c 	struct xfs_da3_blkinfo		*hdr3;
hdr3              381 fs/xfs/scrub/dabtree.c 	hdr3 = blk->bp->b_addr;
hdr3              382 fs/xfs/scrub/dabtree.c 	blk->magic = be16_to_cpu(hdr3->hdr.magic);
hdr3              386 fs/xfs/scrub/dabtree.c 	if (xfs_sb_version_hascrc(&ds->sc->mp->m_sb) && hdr3->hdr.pad)
hdr3              391 fs/xfs/scrub/dabtree.c 		owner = be64_to_cpu(hdr3->owner);
hdr3              397 fs/xfs/scrub/dabtree.c 	error = xchk_da_btree_block_check_siblings(ds, level, &hdr3->hdr);
hdr3              508 fs/xfs/scrub/dir.c 		struct xfs_dir3_leaf_hdr	*hdr3 = bp->b_addr;
hdr3              510 fs/xfs/scrub/dir.c 		if (hdr3->pad != cpu_to_be32(0))
hdr3              591 fs/xfs/scrub/dir.c 		struct xfs_dir3_free_hdr	*hdr3 = bp->b_addr;
hdr3              593 fs/xfs/scrub/dir.c 		if (hdr3->pad != cpu_to_be32(0))