Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext2/
H A Dballoc.c274 if ((grp_goal >= 0) && ((grp_goal + group_first_block < rsv->_rsv_start) in goal_in_my_reservation()
679 if (grp_goal < start || grp_goal >= end) in ext2_try_to_allocate()
680 grp_goal = -1; in ext2_try_to_allocate()
684 if (grp_goal < 0) { in ext2_try_to_allocate()
686 if (grp_goal < 0) in ext2_try_to_allocate()
694 i++, grp_goal--) in ext2_try_to_allocate()
699 for (; num < *count && grp_goal < end; grp_goal++) { in ext2_try_to_allocate()
713 return grp_goal - num; in ext2_try_to_allocate()
878 if (grp_goal < 0) in alloc_new_reservation()
1112 grp_goal, group, sb)) in ext2_try_to_allocate_with_rsv()
[all …]