Lines Matching defs:position
188 * bin_search did not find given key, it returns position of key,
218 int position, path_offset = chk_path->path_length;
236 /* Check whether position in the parent is correct. */
237 if ((position =
243 if (B_N_CHILD_NUM(parent, position) !=
248 * Return delimiting key if position in the parent
251 if (position)
252 return internal_key(parent, position - 1);
265 int position, path_offset = chk_path->path_length;
282 /* Check whether position in the parent is correct. */
283 if ((position =
292 if (B_N_CHILD_NUM(parent, position) !=
298 * Return delimiting key if position in the parent
301 if (position != B_NR_ITEMS(parent))
302 return internal_key(parent, position);
596 * position of the block_number of the next node if it is looking
598 * bin_search will find the position of the item which has key either
789 * if item was not found we choose the position which is to
795 * So we have chosen a position in the current node which is
797 * position in the node.
838 * Form the path to an item and position in this item which contains
849 * position is in units of bytes, for indirect items the position is
850 * in units of blocknr entries, for directory items the position is in
890 "PAP-5170: position equals zero");
939 /* Last path position is invalid. */
969 /* Calculate first position and size for cutting from item. */
983 /* Calculate first position and size for cutting from item. */
1673 * Determine the balance mode, position of the first byte to
2057 "%h or position (%d) does not match "
2069 "item (%h) or position (%d) does not "