Lines Matching refs:unused_bgs
34 * being added to the unused_bgs list, we add it to this first list. Then
35 * from there, if it becomes fully discarded, we place it onto the unused_bgs
400 * mark it unused and send it to the unused_bgs path. Otherwise, pass it onto
424 * bitmaps. Completely discarded block groups are sent to the unused_bgs path.
610 * btrfs_discard_punt_unused_bgs_list - punt unused_bgs list to discard lists
613 * The unused_bgs list needs to be punted to the discard lists because the
617 * it must be done before going down the unused_bgs path.
625 list_for_each_entry_safe(block_group, next, &fs_info->unused_bgs,
639 * are completely free and ready for the unused_bgs path. As discarding will
642 * way to the unused_bgs list.