Searched refs:hdr3 (Results 1 - 11 of 11) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_data.c296 struct xfs_dir3_blk_hdr *hdr3 = bp->b_addr; local
298 if (!xfs_verify_magic(bp, hdr3->magic))
302 if (!uuid_equal(&hdr3->uuid, &mp->m_sb.sb_meta_uuid))
304 if (be64_to_cpu(hdr3->blkno) != xfs_buf_daddr(bp))
306 if (!xfs_log_check_lsn(mp, be64_to_cpu(hdr3->lsn)))
363 struct xfs_dir3_blk_hdr *hdr3 = bp->b_addr; local
376 hdr3->lsn = cpu_to_be64(bip->bli_item.li_lsn);
406 struct xfs_dir3_data_hdr *hdr3 = bp->b_addr; local
408 if (hdr3->hdr.magic != cpu_to_be32(XFS_DIR3_DATA_MAGIC))
411 if (be64_to_cpu(hdr3
727 struct xfs_dir3_blk_hdr *hdr3 = bp->b_addr; local
[all...]
H A Dxfs_dir2_block.c52 struct xfs_dir3_blk_hdr *hdr3 = bp->b_addr; local
54 if (!xfs_verify_magic(bp, hdr3->magic))
58 if (!uuid_equal(&hdr3->uuid, &mp->m_sb.sb_meta_uuid))
60 if (be64_to_cpu(hdr3->blkno) != xfs_buf_daddr(bp))
62 if (!xfs_log_check_lsn(mp, be64_to_cpu(hdr3->lsn)))
91 struct xfs_dir3_blk_hdr *hdr3 = bp->b_addr; local
104 hdr3->lsn = cpu_to_be64(bip->bli_item.li_lsn);
126 struct xfs_dir3_blk_hdr *hdr3 = bp->b_addr; local
128 if (hdr3->magic != cpu_to_be32(XFS_DIR3_BLOCK_MAGIC))
131 if (be64_to_cpu(hdr3
176 struct xfs_dir3_blk_hdr *hdr3 = bp->b_addr; local
[all...]
H A Dxfs_attr_leaf.c100 struct xfs_attr3_leaf_hdr *hdr3; local
103 hdr3 = (struct xfs_attr3_leaf_hdr *) from;
104 to->firstused = be16_to_cpu(hdr3->firstused);
127 struct xfs_attr3_leaf_hdr *hdr3; local
145 hdr3 = (struct xfs_attr3_leaf_hdr *) to;
146 hdr3->firstused = cpu_to_be16(firstused);
164 struct xfs_attr3_leaf_hdr *hdr3 = (struct xfs_attr3_leaf_hdr *)from; local
166 to->forw = be32_to_cpu(hdr3->info.hdr.forw);
167 to->back = be32_to_cpu(hdr3->info.hdr.back);
168 to->magic = be16_to_cpu(hdr3
206 struct xfs_attr3_leaf_hdr *hdr3 = (struct xfs_attr3_leaf_hdr *)to; local
399 struct xfs_attr3_leafblock *hdr3 = bp->b_addr; local
418 struct xfs_attr3_leaf_hdr *hdr3 = bp->b_addr; local
1315 struct xfs_da3_blkinfo *hdr3 = bp->b_addr; local
[all...]
H A Dxfs_dir2_node.c110 struct xfs_dir3_blk_hdr *hdr3 = bp->b_addr; local
112 if (!uuid_equal(&hdr3->uuid, &mp->m_sb.sb_meta_uuid))
114 if (be64_to_cpu(hdr3->blkno) != xfs_buf_daddr(bp))
116 if (!xfs_log_check_lsn(mp, be64_to_cpu(hdr3->lsn)))
148 struct xfs_dir3_blk_hdr *hdr3 = bp->b_addr; local
161 hdr3->lsn = cpu_to_be64(bip->bli_item.li_lsn);
190 struct xfs_dir3_free_hdr *hdr3 = bp->b_addr; local
192 if (be32_to_cpu(hdr3->firstdb) != firstdb)
194 if (be32_to_cpu(hdr3->nvalid) > maxbests)
196 if (be32_to_cpu(hdr3
351 struct xfs_dir3_free_hdr *hdr3 = bp->b_addr; local
[all...]
H A Dxfs_da_btree.c200 struct xfs_da3_blkinfo *hdr3)
203 struct xfs_da_blkinfo *hdr = &hdr3->hdr;
209 if (!uuid_equal(&hdr3->uuid, &mp->m_sb.sb_meta_uuid))
211 if (be64_to_cpu(hdr3->blkno) != xfs_buf_daddr(bp))
213 if (!xfs_log_check_lsn(mp, be64_to_cpu(hdr3->lsn)))
263 struct xfs_da3_blkinfo *hdr3 = bp->b_addr; local
265 if (hdr3->hdr.magic != cpu_to_be16(XFS_DA3_NODE_MAGIC))
268 if (be64_to_cpu(hdr3->owner) != owner)
306 struct xfs_da3_node_hdr *hdr3 = bp->b_addr; local
319 hdr3
198 xfs_da3_blkinfo_verify( struct xfs_buf *bp, struct xfs_da3_blkinfo *hdr3) argument
529 struct xfs_da3_node_hdr *hdr3 = bp->b_addr; local
[all...]
H A Dxfs_dir2_leaf.c219 struct xfs_dir3_leaf *hdr3 = bp->b_addr; local
221 if (hdr3->hdr.info.hdr.magic !=
223 hdr3->hdr.info.hdr.magic !=
227 if (be64_to_cpu(hdr3->hdr.info.owner) != owner)
257 struct xfs_dir3_leaf_hdr *hdr3 = bp->b_addr; local
270 hdr3->info.lsn = cpu_to_be64(bip->bli_item.li_lsn);
H A Dxfs_da_format.h892 struct xfs_da3_blkinfo *hdr3);
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Defuse_be.c213 #define invalid_efuse_header_be(hdr1, hdr2, hdr3) \
214 ((hdr1) == 0xff || (hdr2) == 0xff || (hdr3) == 0xff)
217 #define get_efuse_blk_idx_be(hdr1, hdr2, hdr3) \
218 (((hdr1) << 16) | ((hdr2) << 8) | (hdr3))
236 u8 hdr1, hdr2, hdr3; local
269 hdr3 = phy_map[phy_idx + 2];
270 if (invalid_efuse_header_be(hdr1, hdr2, hdr3))
275 hdr = get_efuse_blk_idx_be(hdr1, hdr2, hdr3);
/linux-master/fs/xfs/scrub/
H A Ddabtree.c336 struct xfs_da3_blkinfo *hdr3; local
383 hdr3 = blk->bp->b_addr;
384 blk->magic = be16_to_cpu(hdr3->hdr.magic);
388 if (xfs_has_crc(ds->sc->mp) && hdr3->hdr.pad)
393 owner = be64_to_cpu(hdr3->owner);
399 error = xchk_da_btree_block_check_siblings(ds, level, &hdr3->hdr);
455 /* XXX: Check hdr3.pad32 once we know how to fix it. */
H A Ddir.c645 struct xfs_dir3_leaf_hdr *hdr3 = bp->b_addr; local
647 if (hdr3->pad != cpu_to_be32(0))
745 struct xfs_dir3_free_hdr *hdr3 = bp->b_addr; local
747 if (hdr3->pad != cpu_to_be32(0))
/linux-master/arch/arm/kernel/
H A Datags_parse.c44 struct tag_header hdr3; member in struct:__anon2

Completed in 331 milliseconds