Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_attr_leaf.c60 struct xfs_attr3_icleaf_hdr *ichdr2,
1547 struct xfs_attr3_icleaf_hdr ichdr2; in xfs_attr_leaf_order() local
1551 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr2, leaf2_bp->b_addr); in xfs_attr_leaf_order()
1552 return xfs_attr3_leaf_order(leaf1_bp, &ichdr1, leaf2_bp, &ichdr2); in xfs_attr_leaf_order()
1577 struct xfs_attr3_icleaf_hdr ichdr2; in xfs_attr3_leaf_rebalance() local
1594 xfs_attr3_leaf_hdr_from_disk(state->args->geo, &ichdr2, leaf2); in xfs_attr3_leaf_rebalance()
1595 ASSERT(ichdr2.count == 0); in xfs_attr3_leaf_rebalance()
1607 if (xfs_attr3_leaf_order(blk1->bp, &ichdr1, blk2->bp, &ichdr2)) { in xfs_attr3_leaf_rebalance()
1611 swap(ichdr1, ichdr2); in xfs_attr3_leaf_rebalance()
1627 blk2, &ichdr2, in xfs_attr3_leaf_rebalance()
[all …]