Home
last modified time | relevance | path

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

/linux/fs/btrfs/
A Dblock-group.c405 if (!caching_ctl) in btrfs_wait_block_group_cache_progress()
420 if (!caching_ctl) in btrfs_wait_block_group_cache_done()
734 caching_ctl = kzalloc(sizeof(*caching_ctl), GFP_NOFS); in btrfs_cache_block_group()
735 if (!caching_ctl) in btrfs_cache_block_group()
748 kfree(caching_ctl); in btrfs_cache_block_group()
750 caching_ctl = cache->caching_ctl; in btrfs_cache_block_group()
751 if (caching_ctl) in btrfs_cache_block_group()
757 cache->caching_ctl = caching_ctl; in btrfs_cache_block_group()
776 if (caching_ctl) in btrfs_cache_block_group()
997 if (caching_ctl) in btrfs_remove_block_group()
[all …]
A Dfree-space-tree.c1411 block_group = caching_ctl->block_group; in load_free_space_bitmaps()
1432 caching_ctl->progress = key.objectid; in load_free_space_bitmaps()
1445 wake_up(&caching_ctl->wait); in load_free_space_bitmaps()
1469 caching_ctl->progress = (u64)-1; in load_free_space_bitmaps()
1489 block_group = caching_ctl->block_group; in load_free_space_extents()
1510 caching_ctl->progress = key.objectid; in load_free_space_extents()
1516 wake_up(&caching_ctl->wait); in load_free_space_extents()
1531 caching_ctl->progress = (u64)-1; in load_free_space_extents()
1546 block_group = caching_ctl->block_group; in load_free_space_tree()
1574 ret = load_free_space_bitmaps(caching_ctl, path, extent_count); in load_free_space_tree()
[all …]
A Dblock-group.h107 struct btrfs_caching_control *caching_ctl; member
302 struct btrfs_caching_control *caching_ctl);
A Dfree-space-tree.h22 int load_free_space_tree(struct btrfs_caching_control *caching_ctl);
A Dtransaction.c163 struct btrfs_caching_control *caching_ctl, *next; in switch_commit_roots() local
215 list_for_each_entry_safe(caching_ctl, next, in switch_commit_roots()
217 struct btrfs_block_group *cache = caching_ctl->block_group; in switch_commit_roots()
221 list_del_init(&caching_ctl->list); in switch_commit_roots()
222 btrfs_put_caching_control(caching_ctl); in switch_commit_roots()
224 cache->last_byte_to_unpin = caching_ctl->progress; in switch_commit_roots()

Completed in 23 milliseconds