Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dextent-tree.c693 list_add_tail(&caching_ctl->list, &fs_info->caching_block_groups); in cache_block_group()
6455 &fs_info->caching_block_groups, list) { in btrfs_prepare_extent_commit()
9653 while (!list_empty(&info->caching_block_groups)) { in btrfs_free_block_groups()
9654 caching_ctl = list_entry(info->caching_block_groups.next, in btrfs_free_block_groups()
10360 &fs_info->caching_block_groups, list) in btrfs_remove_block_group()
Dctree.h889 struct list_head caching_block_groups; member
Ddisk-io.c2663 INIT_LIST_HEAD(&fs_info->caching_block_groups); in open_ctree()