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

/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c75 struct xfs_attr3_icleaf_hdr *ichdr2,
1427 struct xfs_attr3_icleaf_hdr ichdr2; xfs_attr_leaf_order() local
1431 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr2, leaf2_bp->b_addr); xfs_attr_leaf_order()
1432 return xfs_attr3_leaf_order(leaf1_bp, &ichdr1, leaf2_bp, &ichdr2); xfs_attr_leaf_order()
1457 struct xfs_attr3_icleaf_hdr ichdr2; xfs_attr3_leaf_rebalance() local
1474 xfs_attr3_leaf_hdr_from_disk(state->args->geo, &ichdr2, leaf2); xfs_attr3_leaf_rebalance()
1475 ASSERT(ichdr2.count == 0); xfs_attr3_leaf_rebalance()
1487 if (xfs_attr3_leaf_order(blk1->bp, &ichdr1, blk2->bp, &ichdr2)) { xfs_attr3_leaf_rebalance()
1497 ichdr1 = ichdr2; xfs_attr3_leaf_rebalance()
1498 ichdr2 = tmp_ichdr; xfs_attr3_leaf_rebalance()
1514 blk2, &ichdr2, xfs_attr3_leaf_rebalance()
1534 max = ichdr2.firstused - xfs_attr3_leaf_hdr_size(leaf1); xfs_attr3_leaf_rebalance()
1535 max -= ichdr2.count * sizeof(xfs_attr_leaf_entry_t); xfs_attr3_leaf_rebalance()
1537 xfs_attr3_leaf_compact(args, &ichdr2, blk2->bp); xfs_attr3_leaf_rebalance()
1543 ichdr1.count - count, leaf2, &ichdr2, 0, count); xfs_attr3_leaf_rebalance()
1571 xfs_attr3_leaf_moveents(args, leaf2, &ichdr2, 0, leaf1, &ichdr1, xfs_attr3_leaf_rebalance()
1576 xfs_attr3_leaf_hdr_to_disk(state->args->geo, leaf2, &ichdr2); xfs_attr3_leaf_rebalance()
1586 blk2->hashval = be32_to_cpu(entries2[ichdr2.count - 1].hashval); xfs_attr3_leaf_rebalance()
1650 struct xfs_attr3_icleaf_hdr *ichdr2, xfs_attr3_leaf_figure_balance()
1670 max = ichdr1->count + ichdr2->count; xfs_attr3_leaf_figure_balance()
1672 half += ichdr1->usedbytes + ichdr2->usedbytes + xfs_attr3_leaf_figure_balance()
1813 struct xfs_attr3_icleaf_hdr ichdr2; xfs_attr3_leaf_toosmall() local
1825 xfs_attr3_leaf_hdr_from_disk(state->args->geo, &ichdr2, bp->b_addr); xfs_attr3_leaf_toosmall()
1829 ichdr.usedbytes - ichdr2.usedbytes - xfs_attr3_leaf_toosmall()
1830 ((ichdr.count + ichdr2.count) * xfs_attr3_leaf_toosmall()
2680 struct xfs_attr3_icleaf_hdr ichdr2; xfs_attr3_leaf_flipflags() local
2718 xfs_attr3_leaf_hdr_from_disk(args->geo, &ichdr2, leaf2); xfs_attr3_leaf_flipflags()
2719 ASSERT(args->index2 < ichdr2.count); xfs_attr3_leaf_flipflags()
1645 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) xfs_attr3_leaf_figure_balance() argument

Completed in 61 milliseconds