Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c1860 struct xfs_attr_leafblock *leaf1; in xfs_attr3_leaf_rebalance() local
1877 leaf1 = blk1->bp->b_addr; in xfs_attr3_leaf_rebalance()
1879 xfs_attr3_leaf_hdr_from_disk(state->args->geo, &ichdr1, leaf1); in xfs_attr3_leaf_rebalance()
1899 leaf1 = blk1->bp->b_addr; in xfs_attr3_leaf_rebalance()
1934 xfs_attr_leaf_entries_end(ichdr2.count, leaf1); in xfs_attr3_leaf_rebalance()
1941 xfs_attr3_leaf_moveents(args, leaf1, &ichdr1, in xfs_attr3_leaf_rebalance()
1963 xfs_attr_leaf_entries_end(ichdr1.count, leaf1); in xfs_attr3_leaf_rebalance()
1970 xfs_attr3_leaf_moveents(args, leaf2, &ichdr2, 0, leaf1, &ichdr1, in xfs_attr3_leaf_rebalance()
1974 xfs_attr3_leaf_hdr_to_disk(state->args->geo, leaf1, &ichdr1); in xfs_attr3_leaf_rebalance()
1982 entries1 = xfs_attr3_leaf_entryp(leaf1); in xfs_attr3_leaf_rebalance()
[all …]