Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ext2/
Dballoc.c263 goal_in_my_reservation(struct ext2_reserve_window *rsv, ext2_grpblk_t grp_goal, in goal_in_my_reservation() argument
274 if ((grp_goal >= 0) && ((grp_goal + group_first_block < rsv->_rsv_start) in goal_in_my_reservation()
275 || (grp_goal + group_first_block > rsv->_rsv_end))) in goal_in_my_reservation()
662 struct buffer_head *bitmap_bh, ext2_grpblk_t grp_goal, in ext2_try_to_allocate() argument
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()
685 grp_goal = find_next_usable_block(start, bitmap_bh, end); in ext2_try_to_allocate()
686 if (grp_goal < 0) in ext2_try_to_allocate()
691 for (i = 0; i < 7 && grp_goal > start && in ext2_try_to_allocate()
[all …]