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

/linux-master/fs/xfs/libxfs/
H A Dxfs_da_btree.h134 unsigned char inleaf; /* insert into 1->lf, 0->splf */ member in struct:xfs_da_state
H A Dxfs_attr_leaf.c1300 if (state->inleaf) {
1685 * "inleaf" is true if the new entry should be inserted into blk1.
1686 * If "swap" is also true, then reverse the sense of "inleaf".
1688 state->inleaf = xfs_attr3_leaf_figure_balance(state, blk1, &ichdr1,
1692 state->inleaf = !state->inleaf;
1776 ASSERT(state->inleaf == 0);
1781 if (state->inleaf) {
1806 ASSERT(state->inleaf == 1);
H A Dxfs_dir2_node.c1160 state->inleaf = swap_blocks;
1162 state->inleaf = !swap_blocks;
1164 state->inleaf = swap_blocks ^ (blk1->index <= hdr1.count);
1168 if (!state->inleaf)
1176 state->inleaf = 1;
1466 if (state->inleaf)
H A Dxfs_da_btree.c564 if (state->inleaf) {

Completed in 138 milliseconds