Lines Matching refs:here
602 ext2_grpblk_t here, next;
617 here = ext2_find_next_zero_bit(bh->b_data, end_goal, start);
618 if (here < end_goal)
619 return here;
623 here = start;
624 if (here < 0)
625 here = 0;
627 p = ((char *)bh->b_data) + (here >> 3);
628 r = memscan(p, 0, ((maxblocks + 7) >> 3) - (here >> 3));
631 if (next < maxblocks && next >= here)
634 here = bitmap_search_next_usable_block(here, bh, maxblocks);
635 return here;
797 * have a reservation across the group boundary here
803 * we come here either :
889 * we will come here when we just failed to allocate from
1093 * c) we come here with a goal and with a reservation window
1095 * We do not need to allocate a new reservation window if we come here