Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_da_btree.h128 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.c1337 if (state->inleaf) { in xfs_attr3_leaf_split()
1721 * "inleaf" is true if the new entry should be inserted into blk1. in xfs_attr3_leaf_rebalance()
1722 * If "swap" is also true, then reverse the sense of "inleaf". in xfs_attr3_leaf_rebalance()
1724 state->inleaf = xfs_attr3_leaf_figure_balance(state, blk1, &ichdr1, in xfs_attr3_leaf_rebalance()
1728 state->inleaf = !state->inleaf; in xfs_attr3_leaf_rebalance()
1812 ASSERT(state->inleaf == 0); in xfs_attr3_leaf_rebalance()
1817 if (state->inleaf) { in xfs_attr3_leaf_rebalance()
1842 ASSERT(state->inleaf == 1); in xfs_attr3_leaf_rebalance()
H A Dxfs_attr.c1082 state->inleaf = 0; in xfs_attr_node_addname()
H A Dxfs_da_btree.c523 if (state->inleaf) { in xfs_da3_split()
/kernel/linux/linux-6.6/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()
1767 * "inleaf" is true if the new entry should be inserted into blk1. in xfs_attr3_leaf_rebalance()
1768 * If "swap" is also true, then reverse the sense of "inleaf". in xfs_attr3_leaf_rebalance()
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()

Completed in 39 milliseconds