Home
last modified time | relevance | path

Searched refs:end_goal (Results 1 – 1 of 1) sorted by relevance

/linux/fs/ext2/
H A Dballoc.c621 ext2_grpblk_t end_goal = (start + 63) & ~63; in find_next_usable_block() local
622 if (end_goal > maxblocks) in find_next_usable_block()
623 end_goal = maxblocks; in find_next_usable_block()
624 here = ext2_find_next_zero_bit(bh->b_data, end_goal, start); in find_next_usable_block()
625 if (here < end_goal) in find_next_usable_block()