Lines Matching refs:here
603 ext2_grpblk_t here, next;
618 here = ext2_find_next_zero_bit(bh->b_data, end_goal, start);
619 if (here < end_goal)
620 return here;
624 here = start;
625 if (here < 0)
626 here = 0;
628 p = ((char *)bh->b_data) + (here >> 3);
629 r = memscan(p, 0, ((maxblocks + 7) >> 3) - (here >> 3));
632 if (next < maxblocks && next >= here)
635 here = bitmap_search_next_usable_block(here, bh, maxblocks);
636 return here;
800 * have a reservation across the group boundary here
806 * we come here either :
899 * we will come here when we just failed to allocate from
1103 * c) we come here with a goal and with a reservation window
1105 * We do not need to allocate a new reservation window if we come here