Home
last modified time | relevance | path

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

/linux/fs/btrfs/
A Dblock-group.c447 if (!caching_ctl) in btrfs_wait_block_group_cache_progress()
478 if (!caching_ctl) in btrfs_wait_block_group_cache_done()
928 caching_ctl = kzalloc(sizeof(*caching_ctl), GFP_NOFS); in btrfs_cache_block_group()
929 if (!caching_ctl) in btrfs_cache_block_group()
944 caching_ctl = cache->caching_ctl; in btrfs_cache_block_group()
945 if (caching_ctl) in btrfs_cache_block_group()
951 cache->caching_ctl = caching_ctl; in btrfs_cache_block_group()
966 if (caching_ctl) in btrfs_cache_block_group()
1182 if (!caching_ctl) { in btrfs_remove_block_group()
1193 if (caching_ctl) in btrfs_remove_block_group()
[all …]
A Dfree-space-tree.c1488 static int load_free_space_bitmaps(struct btrfs_caching_control *caching_ctl, in load_free_space_bitmaps() argument
1504 block_group = caching_ctl->block_group; in load_free_space_bitmaps()
1542 wake_up(&caching_ctl->wait); in load_free_space_bitmaps()
1572 static int load_free_space_extents(struct btrfs_caching_control *caching_ctl, in load_free_space_extents() argument
1585 block_group = caching_ctl->block_group; in load_free_space_extents()
1616 wake_up(&caching_ctl->wait); in load_free_space_extents()
1636 int load_free_space_tree(struct btrfs_caching_control *caching_ctl) in load_free_space_tree() argument
1644 block_group = caching_ctl->block_group; in load_free_space_tree()
1672 ret = load_free_space_bitmaps(caching_ctl, path, extent_count); in load_free_space_tree()
1674 ret = load_free_space_extents(caching_ctl, path, extent_count); in load_free_space_tree()
A Dfree-space-tree.h29 int load_free_space_tree(struct btrfs_caching_control *caching_ctl);
A Dblock-group.h166 struct btrfs_caching_control *caching_ctl; member

Completed in 18 milliseconds