Home
last modified time | relevance | path

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

/linux/fs/ext2/
A Dballoc.c275 if ((grp_goal >= 0) && ((grp_goal + group_first_block < rsv->_rsv_start) in goal_in_my_reservation()
680 if (grp_goal < start || grp_goal >= end) in ext2_try_to_allocate()
681 grp_goal = -1; in ext2_try_to_allocate()
685 if (grp_goal < 0) { in ext2_try_to_allocate()
687 if (grp_goal < 0) in ext2_try_to_allocate()
695 i++, grp_goal--) in ext2_try_to_allocate()
700 for (; num < *count && grp_goal < end; grp_goal++) { in ext2_try_to_allocate()
714 return grp_goal - num; in ext2_try_to_allocate()
888 if (grp_goal < 0) in alloc_new_reservation()
1122 grp_goal, group, sb)) in ext2_try_to_allocate_with_rsv()
[all …]

Completed in 5 milliseconds