Lines Matching refs:pos_in_item
979 int pos_in_item, int paste_size,
1028 if (!pos_in_item) {
1138 * pos_in_item - first byte that must be cut
1139 * cut_size - number of bytes to be cut beginning from pos_in_item
1142 * pos_in_item - number of first deleted entry
1146 int pos_in_item, int cut_size)
1163 cut_size = leaf_cut_entries(bh, ih, pos_in_item, cut_size);
1164 if (pos_in_item == 0) {
1175 RFALSE(pos_in_item && pos_in_item + cut_size != ih_item_len(ih),
1177 (long unsigned)pos_in_item, (long unsigned)cut_size,
1181 if (pos_in_item == 0) {
1217 if (pos_in_item)