Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_da_btree.h134 unsigned char inleaf; /* insert into 1->lf, 0->splf */ member
H A Dxfs_dir2_node.c1154 state->inleaf = swap_blocks; in xfs_dir2_leafn_rebalance()
1156 state->inleaf = !swap_blocks; in xfs_dir2_leafn_rebalance()
1158 state->inleaf = swap_blocks ^ (blk1->index <= hdr1.count); in xfs_dir2_leafn_rebalance()
1162 if (!state->inleaf) in xfs_dir2_leafn_rebalance()
1170 state->inleaf = 1; in xfs_dir2_leafn_rebalance()
1460 if (state->inleaf) in xfs_dir2_leafn_split()
H A Dxfs_attr_leaf.c1382 if (state->inleaf) { in xfs_attr3_leaf_split()
1770 state->inleaf = xfs_attr3_leaf_figure_balance(state, blk1, &ichdr1, in xfs_attr3_leaf_rebalance()
1774 state->inleaf = !state->inleaf; in xfs_attr3_leaf_rebalance()
1858 ASSERT(state->inleaf == 0); in xfs_attr3_leaf_rebalance()
1863 if (state->inleaf) { in xfs_attr3_leaf_rebalance()
1888 ASSERT(state->inleaf == 1); in xfs_attr3_leaf_rebalance()
H A Dxfs_da_btree.c538 if (state->inleaf) { in xfs_da3_split()