Lines Matching defs:start

195  * windows(start, end). Otherwise, it will only print out the "bad" windows,
216 "start: %lu, end: %lu\n",
219 printk("Bad reservation %p (start >= end)\n",
224 printk("Bad reservation %p (prev->end >= start)\n",
288 * Returns NULL if there are no windows or if all windows start after the goal.
334 ext2_fsblk_t start = rsv->rsv_start;
345 if (start < this->rsv_start)
347 else if (start > this->rsv_end)
473 * @block: start physical block to free
569 * @start: the starting block (group relative) of the search
577 bitmap_search_next_usable_block(ext2_grpblk_t start, struct buffer_head *bh,
582 next = ext2_find_next_zero_bit(bh->b_data, maxblocks, start);
590 * @start: the starting block (group relative) to find next
601 find_next_usable_block(int start, struct buffer_head *bh, int maxblocks)
606 if (start > 0) {
615 ext2_grpblk_t end_goal = (start + 63) & ~63;
618 here = ext2_find_next_zero_bit(bh->b_data, end_goal, start);
624 here = start;
669 ext2_grpblk_t start, end;
672 start = 0;
677 start = my_rsv->_rsv_start - group_first_block;
680 if (grp_goal < start || grp_goal >= end)
683 BUG_ON(start > EXT2_BLOCKS_PER_GROUP(sb));
686 grp_goal = find_next_usable_block(start, bitmap_bh, end);
692 for (i = 0; i < 7 && grp_goal > start &&
731 * then start from there, when looking for a reservable space.
735 * @start_block: the first block we consider to start the real search from
739 * could start from. This is normally the last block in this
740 * group. The search will end when we found the start of next
763 /* TODO: make the start of the reservation window byte-aligned */
851 * start from the first free block, we search for next available
863 * free reservable space should start from.
864 * if we have a goal(goal >0 ), then start from there,
865 * no goal(goal = -1), we start from the first block
906 * Maybe we could shift the start block of the reservation
932 * shift the search start to the window near the goal block
961 * the start block of the reservable space we just found.
990 * start from where the free block is,