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

/linux-master/fs/xfs/libxfs/
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 (be64_to_cpu(hdr3->owner) != dp->i_ino)
171 struct xfs_dir3_blk_hdr *hdr3 local
[all...]
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 (be64_to_cpu(hdr3->hdr.owner) != dp->i_ino)
723 struct xfs_dir3_blk_hdr *hdr3 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
397 struct xfs_attr3_leaf_hdr *hdr3 = bp->b_addr; local
1235 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
347 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)))
261 struct xfs_da3_node_hdr *hdr3 = bp->b_addr; local
274 hdr3->info.lsn = cpu_to_be64(bip->bli_item.li_lsn);
484 struct xfs_da3_node_hdr *hdr3 = bp->b_addr; local
486 memset(hdr3, 0, sizeof(struct xfs_da3_node_hdr));
488 hdr3
198 xfs_da3_blkinfo_verify( struct xfs_buf *bp, struct xfs_da3_blkinfo *hdr3) argument
[all...]
H A Dxfs_da_format.h876 struct xfs_da3_blkinfo *hdr3);
H A Dxfs_dir2_leaf.c234 struct xfs_dir3_leaf_hdr *hdr3 = bp->b_addr; local
247 hdr3->info.lsn = cpu_to_be64(bip->bli_item.li_lsn);
/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.c320 struct xfs_da3_blkinfo *hdr3; local
366 hdr3 = blk->bp->b_addr;
367 blk->magic = be16_to_cpu(hdr3->hdr.magic);
371 if (xfs_has_crc(ds->sc->mp) && hdr3->hdr.pad)
376 owner = be64_to_cpu(hdr3->owner);
382 error = xchk_da_btree_block_check_siblings(ds, level, &hdr3->hdr);
438 /* XXX: Check hdr3.pad32 once we know how to fix it. */
H A Ddir.c485 struct xfs_dir3_leaf_hdr *hdr3 = bp->b_addr; local
487 if (hdr3->pad != cpu_to_be32(0))
586 struct xfs_dir3_free_hdr *hdr3 = bp->b_addr; local
588 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 255 milliseconds