Home
last modified time | relevance | path

Searched refs:backref_cache (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/fs/btrfs/
Drelocation.c128 struct btrfs_backref_cache backref_cache; member
387 struct btrfs_backref_cache *cache = &rc->backref_cache; in handle_useless_nodes()
464 struct btrfs_backref_cache *cache = &rc->backref_cache; in build_backref_tree()
544 struct btrfs_backref_cache *cache = &rc->backref_cache; in clone_backref_node()
2194 &rc->backref_cache.changed); in select_reloc_root()
2217 rc->backref_cache.path[next->level] = next; in select_reloc_root()
2381 rc->backref_cache.path[node->level] = node; in do_relocation()
2502 list_move_tail(&node->list, &rc->backref_cache.changed); in do_relocation()
2532 struct btrfs_backref_cache *cache = &rc->backref_cache; in finish_pending_nodes()
2696 list_add_tail(&node->list, &rc->backref_cache.changed); in relocate_tree_block()
[all …]
Dextent_io.c3717 struct btrfs_backref_shared_cache *backref_cache, in fiemap_process_hole() argument
3768 backref_cache); in fiemap_process_hole()
3818 backref_cache); in fiemap_process_hole()
3918 struct btrfs_backref_shared_cache *backref_cache; in extent_fiemap() local
3928 backref_cache = kzalloc(sizeof(*backref_cache), GFP_KERNEL); in extent_fiemap()
3932 if (!backref_cache || !path || !roots || !tmp_ulist) { in extent_fiemap()
3992 backref_cache, 0, 0, 0, in extent_fiemap()
4033 backref_cache, in extent_fiemap()
4040 backref_cache, 0, 0, 0, in extent_fiemap()
4051 backref_cache); in extent_fiemap()
[all …]