Lines Matching full:goal
16 * Goal-directed block allocation by Stephen Tweedie
327 * Returns preferred place for a block (the goal).
390 * @goal: Preferred place for allocation.
400 ext2_fsblk_t goal, int indirect_blks, int blks, in ext2_alloc_blocks() argument
422 current_block = ext2_new_blocks(inode, goal, &count, err, 0); in ext2_alloc_blocks()
457 * @goal: preferred place for allocation
480 int indirect_blks, int *blks, ext2_fsblk_t goal, in ext2_alloc_branch() argument
491 num = ext2_alloc_blocks(inode, goal, indirect_blks, in ext2_alloc_branch()
587 * in i_block_alloc_info, to assist find the proper goal block for next in ext2_splice_branch()
633 ext2_fsblk_t goal; in ext2_get_blocks() local
721 goal = ext2_find_goal(inode, iblock, partial); in ext2_get_blocks()
734 err = ext2_alloc_branch(inode, indirect_blks, &count, goal, in ext2_get_blocks()