Home
last modified time | relevance | path

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

/fs/btrfs/
A Dblock-group.c458 if (!caching_ctl) in btrfs_wait_block_group_cache_progress()
489 if (!caching_ctl) in btrfs_wait_block_group_cache_done()
936 caching_ctl = kzalloc(sizeof(*caching_ctl), GFP_NOFS); in btrfs_cache_block_group()
937 if (!caching_ctl) in btrfs_cache_block_group()
952 caching_ctl = cache->caching_ctl; in btrfs_cache_block_group()
953 if (caching_ctl) in btrfs_cache_block_group()
959 cache->caching_ctl = caching_ctl; in btrfs_cache_block_group()
974 if (caching_ctl) in btrfs_cache_block_group()
1190 if (!caching_ctl) { in btrfs_remove_block_group()
1201 if (caching_ctl) in btrfs_remove_block_group()
[all …]
A Dfree-space-tree.c1543 static int load_free_space_bitmaps(struct btrfs_caching_control *caching_ctl, in load_free_space_bitmaps() argument
1559 block_group = caching_ctl->block_group; in load_free_space_bitmaps()
1599 wake_up(&caching_ctl->wait); in load_free_space_bitmaps()
1626 static int load_free_space_extents(struct btrfs_caching_control *caching_ctl, in load_free_space_extents() argument
1639 block_group = caching_ctl->block_group; in load_free_space_extents()
1670 wake_up(&caching_ctl->wait); in load_free_space_extents()
1687 int btrfs_load_free_space_tree(struct btrfs_caching_control *caching_ctl) in btrfs_load_free_space_tree() argument
1694 block_group = caching_ctl->block_group; in btrfs_load_free_space_tree()
1721 return load_free_space_bitmaps(caching_ctl, path, extent_count); in btrfs_load_free_space_tree()
1723 return load_free_space_extents(caching_ctl, path, extent_count); in btrfs_load_free_space_tree()
A Dfree-space-tree.h29 int btrfs_load_free_space_tree(struct btrfs_caching_control *caching_ctl);
A Dblock-group.h168 struct btrfs_caching_control *caching_ctl; member

Completed in 16 milliseconds