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

/linux-master/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c63 struct xfs_attr3_icleaf_hdr *ichdr2,
1609 struct xfs_attr3_icleaf_hdr ichdr2; local
1613 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr2, leaf2_bp->b_addr);
1614 return xfs_attr3_leaf_order(leaf1_bp, &ichdr1, leaf2_bp, &ichdr2);
1639 struct xfs_attr3_icleaf_hdr ichdr2; local
1656 xfs_attr3_leaf_hdr_from_disk(state->args->geo, &ichdr2, leaf2);
1657 ASSERT(ichdr2.count == 0);
1669 if (xfs_attr3_leaf_order(blk1->bp, &ichdr1, blk2->bp, &ichdr2)) {
1673 swap(ichdr1, ichdr2);
1689 blk2, &ichdr2,
1820 xfs_attr3_leaf_figure_balance( struct xfs_da_state *state, struct xfs_da_state_blk *blk1, struct xfs_attr3_icleaf_hdr *ichdr1, struct xfs_da_state_blk *blk2, struct xfs_attr3_icleaf_hdr *ichdr2, int *countarg, int *usedbytesarg) argument
1988 struct xfs_attr3_icleaf_hdr ichdr2; local
2830 struct xfs_attr3_icleaf_hdr ichdr2; local
[all...]

Completed in 229 milliseconds