Lines Matching defs:start

194  * windows(start, end). Otherwise, it will only print out the "bad" windows,
215 "start: %lu, end: %lu\n",
218 printk("Bad reservation %p (start >= end)\n",
223 printk("Bad reservation %p (prev->end >= start)\n",
287 * Returns NULL if there are no windows or if all windows start after the goal.
333 ext2_fsblk_t start = rsv->rsv_start;
344 if (start < this->rsv_start)
346 else if (start > this->rsv_end)
472 * @block: start physical block to free
568 * @start: the starting block (group relative) of the search
576 bitmap_search_next_usable_block(ext2_grpblk_t start, struct buffer_head *bh,
581 next = ext2_find_next_zero_bit(bh->b_data, maxblocks, start);
589 * @start: the starting block (group relative) to find next
600 find_next_usable_block(int start, struct buffer_head *bh, int maxblocks)
605 if (start > 0) {
614 ext2_grpblk_t end_goal = (start + 63) & ~63;
617 here = ext2_find_next_zero_bit(bh->b_data, end_goal, start);
623 here = start;
668 ext2_grpblk_t start, end;
671 start = 0;
676 start = my_rsv->_rsv_start - group_first_block;
679 if (grp_goal < start || grp_goal >= end)
682 BUG_ON(start > EXT2_BLOCKS_PER_GROUP(sb));
685 grp_goal = find_next_usable_block(start, bitmap_bh, end);
691 for (i = 0; i < 7 && grp_goal > start &&
723 * @start_block: The first block we consider to start the real search from
725 * could start from.
737 * the place where start_block is, then start from there, when looking
741 * when we found the start of next possible reservable space is out
760 /* TODO: make the start of the reservation window byte-aligned */
836 * @grp_goal: The goal block relative to the start of the group.
852 * If the first free block is outside the reservable space, then start
896 * Maybe we could shift the start block of the reservation
922 * shift the search start to the window near the goal block
951 * the start block of the reservable space we just found.
980 * start from where the free block is,