Searched refs:inleaf (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_da_btree.h | 128 unsigned char inleaf; /* insert into 1->lf, 0->splf */ member
|
H A D | xfs_dir2_node.c | 1154 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 D | xfs_attr_leaf.c | 1337 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 D | xfs_attr.c | 1082 state->inleaf = 0; in xfs_attr_node_addname()
|
H A D | xfs_da_btree.c | 523 if (state->inleaf) { in xfs_da3_split()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_da_btree.h | 134 unsigned char inleaf; /* insert into 1->lf, 0->splf */ member
|
H A D | xfs_dir2_node.c | 1154 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 D | xfs_attr_leaf.c | 1382 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 D | xfs_da_btree.c | 538 if (state->inleaf) { in xfs_da3_split()
|
Completed in 39 milliseconds