Searched refs:ichdr (Results 1 – 2 of 2) sorted by relevance
88 struct xfs_attr3_icleaf_hdr ichdr; in xfs_attr3_leaf_inactive() local96 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr, leaf); in xfs_attr3_leaf_inactive()103 for (i = 0; i < ichdr.count; entry++, i++) { in xfs_attr3_leaf_inactive()142 struct xfs_da3_icnode_hdr ichdr; in xfs_attr3_node_inactive() local155 xfs_da3_node_hdr_from_disk(mp, &ichdr, bp->b_addr); in xfs_attr3_node_inactive()157 if (!ichdr.count) { in xfs_attr3_node_inactive()161 child_fsb = be32_to_cpu(ichdr.btree[0].before); in xfs_attr3_node_inactive()170 while (ichdr.count > 0) { in xfs_attr3_node_inactive()231 xfs_da3_node_hdr_from_disk(mp, &ichdr, bp->b_addr); in xfs_attr3_node_inactive()234 if (ichdr.count > 0) { in xfs_attr3_node_inactive()[all …]
226 struct xfs_da3_icnode_hdr ichdr; in xfs_da3_node_verify() local229 xfs_da3_node_hdr_from_disk(mp, &ichdr, hdr); in xfs_da3_node_verify()235 if (ichdr.level == 0) in xfs_da3_node_verify()237 if (ichdr.level > XFS_DA_NODE_MAXDEPTH) in xfs_da3_node_verify()239 if (ichdr.count == 0) in xfs_da3_node_verify()246 if (ichdr.count > mp->m_dir_geo->node_ents && in xfs_da3_node_verify()247 ichdr.count > mp->m_attr_geo->node_ents) in xfs_da3_node_verify()513 struct xfs_da3_icnode_hdr ichdr = {0}; in xfs_da3_node_create() local532 ichdr.magic = XFS_DA3_NODE_MAGIC; in xfs_da3_node_create()537 ichdr.magic = XFS_DA_NODE_MAGIC; in xfs_da3_node_create()[all …]