Home
last modified time | relevance | path

Searched refs:find_next_block_group (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/btrfs/
H A Ddiscard.c150 * find_next_block_group - find block_group that's up next for discarding
157 static struct btrfs_block_group *find_next_block_group( in find_next_block_group() function
188 * peek_discard_list - wrap find_next_block_group()
193 * This wraps find_next_block_group() and sets the block_group to be in use.
208 block_group = find_next_block_group(discard_ctl, now); in peek_discard_list()
341 block_group = find_next_block_group(discard_ctl, now); in __btrfs_discard_schedule_work()
/kernel/linux/linux-6.6/fs/btrfs/
H A Ddiscard.c193 static struct btrfs_block_group *find_next_block_group( in find_next_block_group() function
231 * Wrap find_next_block_group() and set the block_group to be in use.
246 block_group = find_next_block_group(discard_ctl, now); in peek_discard_list()
385 block_group = find_next_block_group(discard_ctl, now); in __btrfs_discard_schedule_work()

Completed in 3 milliseconds