Searched refs:backref_cache (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.1/fs/btrfs/ |
| D | relocation.c | 128 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 …]
|
| D | extent_io.c | 3708 struct btrfs_backref_shared_cache *backref_cache, in fiemap_process_hole() argument 3759 backref_cache); in fiemap_process_hole() 3809 backref_cache); in fiemap_process_hole() 3909 struct btrfs_backref_shared_cache *backref_cache; in extent_fiemap() local 3919 backref_cache = kzalloc(sizeof(*backref_cache), GFP_KERNEL); in extent_fiemap() 3923 if (!backref_cache || !path || !roots || !tmp_ulist) { in extent_fiemap() 3983 backref_cache, 0, 0, 0, in extent_fiemap() 4024 backref_cache, in extent_fiemap() 4031 backref_cache, 0, 0, 0, in extent_fiemap() 4042 backref_cache); in extent_fiemap() [all …]
|