Home
last modified time | relevance | path

Searched refs:hdr3 (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_dir2_data.c317 struct xfs_dir3_blk_hdr *hdr3 = bp->b_addr; in xfs_dir3_data_verify() local
319 if (!xfs_verify_magic(bp, hdr3->magic)) in xfs_dir3_data_verify()
323 if (!uuid_equal(&hdr3->uuid, &mp->m_sb.sb_meta_uuid)) in xfs_dir3_data_verify()
325 if (be64_to_cpu(hdr3->blkno) != xfs_buf_daddr(bp)) in xfs_dir3_data_verify()
327 if (!xfs_log_check_lsn(mp, be64_to_cpu(hdr3->lsn))) in xfs_dir3_data_verify()
384 struct xfs_dir3_blk_hdr *hdr3 = bp->b_addr; in xfs_dir3_data_write_verify() local
398 hdr3->lsn = cpu_to_be64(bip->bli_item.li_lsn); in xfs_dir3_data_write_verify()
433 struct xfs_dir3_data_hdr *hdr3 = bp->b_addr; in xfs_dir3_data_header_check() local
435 if (hdr3->hdr.magic != cpu_to_be32(XFS_DIR3_DATA_MAGIC)) in xfs_dir3_data_header_check()
438 if (be64_to_cpu(hdr3->hdr.owner) != owner) in xfs_dir3_data_header_check()
[all …]
/linux/drivers/net/wireless/realtek/rtw89/
H A Defuse_be.c210 #define invalid_efuse_header_be(hdr1, hdr2, hdr3) \ argument
211 ((hdr1) == 0xff || (hdr2) == 0xff || (hdr3) == 0xff)
214 #define get_efuse_blk_idx_be(hdr1, hdr2, hdr3) \ argument
215 (((hdr1) << 16) | ((hdr2) << 8) | (hdr3))
233 u8 hdr1, hdr2, hdr3; in rtw89_eeprom_parser_be() local
266 hdr3 = phy_map[phy_idx + 2]; in rtw89_eeprom_parser_be()
267 if (invalid_efuse_header_be(hdr1, hdr2, hdr3)) in rtw89_eeprom_parser_be()
272 hdr = get_efuse_blk_idx_be(hdr1, hdr2, hdr3); in rtw89_eeprom_parser_be()
/linux/arch/arm/kernel/
H A Datags_parse.c44 struct tag_header hdr3; member