Searched refs:ichdr2 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.c | 60 struct xfs_attr3_icleaf_hdr *ichdr2, 1645 struct xfs_attr3_icleaf_hdr ichdr2; in xfs_attr_leaf_order() local 1649 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr2, leaf2_bp->b_addr); in xfs_attr_leaf_order() 1650 return xfs_attr3_leaf_order(leaf1_bp, &ichdr1, leaf2_bp, &ichdr2); in xfs_attr_leaf_order() 1675 struct xfs_attr3_icleaf_hdr ichdr2; in xfs_attr3_leaf_rebalance() local 1692 xfs_attr3_leaf_hdr_from_disk(state->args->geo, &ichdr2, leaf2); in xfs_attr3_leaf_rebalance() 1693 ASSERT(ichdr2.count == 0); in xfs_attr3_leaf_rebalance() 1705 if (xfs_attr3_leaf_order(blk1->bp, &ichdr1, blk2->bp, &ichdr2)) { in xfs_attr3_leaf_rebalance() 1709 swap(ichdr1, ichdr2); in xfs_attr3_leaf_rebalance() 1725 blk2, &ichdr2, in xfs_attr3_leaf_rebalance() 1856 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 2024 struct xfs_attr3_icleaf_hdr ichdr2; xfs_attr3_leaf_toosmall() local 2864 struct xfs_attr3_icleaf_hdr ichdr2; xfs_attr3_leaf_flipflags() local [all...] |
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.c | 62 struct xfs_attr3_icleaf_hdr *ichdr2, 1691 struct xfs_attr3_icleaf_hdr ichdr2; in xfs_attr_leaf_order() local 1695 xfs_attr3_leaf_hdr_from_disk(mp->m_attr_geo, &ichdr2, leaf2_bp->b_addr); in xfs_attr_leaf_order() 1696 return xfs_attr3_leaf_order(leaf1_bp, &ichdr1, leaf2_bp, &ichdr2); in xfs_attr_leaf_order() 1721 struct xfs_attr3_icleaf_hdr ichdr2; in xfs_attr3_leaf_rebalance() local 1738 xfs_attr3_leaf_hdr_from_disk(state->args->geo, &ichdr2, leaf2); in xfs_attr3_leaf_rebalance() 1739 ASSERT(ichdr2.count == 0); in xfs_attr3_leaf_rebalance() 1751 if (xfs_attr3_leaf_order(blk1->bp, &ichdr1, blk2->bp, &ichdr2)) { in xfs_attr3_leaf_rebalance() 1755 swap(ichdr1, ichdr2); in xfs_attr3_leaf_rebalance() 1771 blk2, &ichdr2, in xfs_attr3_leaf_rebalance() 1902 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 2070 struct xfs_attr3_icleaf_hdr ichdr2; xfs_attr3_leaf_toosmall() local 2908 struct xfs_attr3_icleaf_hdr ichdr2; xfs_attr3_leaf_flipflags() local [all...] |
Completed in 6 milliseconds