Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dextent-tree.c5698 &info->unused_bgs); in update_block_group()
9168 while (!list_empty(&info->unused_bgs)) { in btrfs_free_block_groups()
9169 block_group = list_first_entry(&info->unused_bgs, in btrfs_free_block_groups()
9465 &info->unused_bgs); in btrfs_read_block_groups()
9926 while (!list_empty(&fs_info->unused_bgs)) { in btrfs_delete_unused_bgs()
9929 block_group = list_first_entry(&fs_info->unused_bgs, in btrfs_delete_unused_bgs()
Dctree.h1781 struct list_head unused_bgs; member
Ddisk-io.c2519 INIT_LIST_HEAD(&fs_info->unused_bgs); in open_ctree()