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

/linux-master/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c61 struct xfs_attr3_icleaf_hdr *ichdr1,
1608 struct xfs_attr3_icleaf_hdr ichdr1; local
1612 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr1, leaf1_bp->b_addr);
1614 return xfs_attr3_leaf_order(leaf1_bp, &ichdr1, leaf2_bp, &ichdr2);
1638 struct xfs_attr3_icleaf_hdr ichdr1; local
1655 xfs_attr3_leaf_hdr_from_disk(state->args->geo, &ichdr1, leaf1);
1669 if (xfs_attr3_leaf_order(blk1->bp, &ichdr1, blk2->bp, &ichdr2)) {
1673 swap(ichdr1, ichdr2);
1688 state->inleaf = xfs_attr3_leaf_figure_balance(state, blk1, &ichdr1,
1697 if (count < ichdr1
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
2829 struct xfs_attr3_icleaf_hdr ichdr1; local
[all...]

Completed in 126 milliseconds