Lines Matching defs:start
120 unsigned start = (pos & ~PAGE_MASK) / QNX6_DIR_ENTRY_SIZE;
127 for ( ; !done && n < npages; n++, start = 0) {
131 int i = start;
138 de = ((struct qnx6_dir_entry *)page_address(page)) + start;
219 unsigned long start, n;
229 start = ei->i_dir_start_lookup;
230 if (start >= npages)
231 start = 0;
232 n = start;
264 } while (n != start);