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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_da_btree.h189 unsigned char inleaf; /* insert into 1->lf, 0->splf */ member in struct:xfs_da_state
H A Dxfs_dir2_node.c814 state->inleaf = swap;
816 state->inleaf = !swap;
818 state->inleaf =
823 if (!state->inleaf)
830 state->inleaf = 1;
1095 if (state->inleaf)
H A Dxfs_attr_leaf.c1024 if (state->inleaf)
1335 * "inleaf" is true if the new entry should be inserted into blk1.
1336 * If "swap" is also true, then reverse the sense of "inleaf".
1338 state->inleaf = xfs_attr_leaf_figure_balance(state, blk1, blk2,
1341 state->inleaf = !state->inleaf;
1428 ASSERT(state->inleaf == 0);
1433 if (state->inleaf) {
1445 ASSERT(state->inleaf == 1);
H A Dxfs_attr.c1437 state->inleaf = 0;
H A Dxfs_da_btree.c186 if (state->inleaf) {

Completed in 44 milliseconds