Searched refs:grp_goal (Results 1 – 1 of 1) sorted by relevance
266 goal_in_my_reservation(struct ext2_reserve_window *rsv, ext2_grpblk_t grp_goal, in goal_in_my_reservation() argument277 if ((grp_goal >= 0) && ((grp_goal + group_first_block < rsv->_rsv_start) in goal_in_my_reservation()278 || (grp_goal + group_first_block > rsv->_rsv_end))) in goal_in_my_reservation()667 struct buffer_head *bitmap_bh, ext2_grpblk_t grp_goal, in ext2_try_to_allocate() argument687 if ((start <= grp_goal) && (grp_goal < end)) in ext2_try_to_allocate()688 start = grp_goal; in ext2_try_to_allocate()690 grp_goal = -1; in ext2_try_to_allocate()692 if (grp_goal > 0) in ext2_try_to_allocate()693 start = grp_goal; in ext2_try_to_allocate()702 if (grp_goal < 0) { in ext2_try_to_allocate()[all …]