Lines Matching defs:pos
142 * *pos = number of the searched element if found, else the *
166 int *pos /* Number of the searched for element. */
183 *pos = j;
191 *pos = lbound;
808 int pos = last_element->pe_position;
815 if (pos == limit)
818 B_N_CHILD_NUM(bh, pos);
820 pos--;
822 pos++;
827 le_key = internal_key(bh, pos);
1083 int pos = 0;
1099 pos = I_UNFM_NUM(&s_ih);
1101 while (le_ih_k_offset (&s_ih) + (pos - 1) * blk_size > new_file_length) {
1115 unfm = (__le32 *)ih_item_body(bh, &s_ih) + pos - 1;
1132 pos --;
1136 if (pos == 0) {
1150 pos_in_item(path) = pos * UNFM_P_SIZE;
1520 static void unmap_buffers(struct page *page, loff_t pos)
1530 tail_index = pos & (PAGE_SIZE - 1);