Searched refs:grp_goal (Results 1 – 2 of 2) sorted by relevance
275 goal_in_my_reservation(struct ext2_reserve_window *rsv, ext2_grpblk_t grp_goal, in goal_in_my_reservation() argument286 if ((grp_goal >= 0) && ((grp_goal + group_first_block < rsv->_rsv_start) in goal_in_my_reservation()287 || (grp_goal + group_first_block > rsv->_rsv_end))) in goal_in_my_reservation()673 struct buffer_head *bitmap_bh, ext2_grpblk_t grp_goal, in ext2_try_to_allocate() argument693 if ((start <= grp_goal) && (grp_goal < end)) in ext2_try_to_allocate()694 start = grp_goal; in ext2_try_to_allocate()696 grp_goal = -1; in ext2_try_to_allocate()698 if (grp_goal > 0) in ext2_try_to_allocate()699 start = grp_goal; in ext2_try_to_allocate()708 if (grp_goal < 0) { in ext2_try_to_allocate()[all …]
272 goal_in_my_reservation(struct ext3_reserve_window *rsv, ext3_grpblk_t grp_goal, in goal_in_my_reservation() argument283 if ((grp_goal >= 0) && ((grp_goal + group_first_block < rsv->_rsv_start) in goal_in_my_reservation()284 || (grp_goal + group_first_block > rsv->_rsv_end))) in goal_in_my_reservation()877 struct buffer_head *bitmap_bh, ext3_grpblk_t grp_goal, in ext3_try_to_allocate() argument896 if ((start <= grp_goal) && (grp_goal < end)) in ext3_try_to_allocate()897 start = grp_goal; in ext3_try_to_allocate()899 grp_goal = -1; in ext3_try_to_allocate()901 if (grp_goal > 0) in ext3_try_to_allocate()902 start = grp_goal; in ext3_try_to_allocate()911 if (grp_goal < 0 || !ext3_test_allocatable(grp_goal, bitmap_bh)) { in ext3_try_to_allocate()[all …]