Home
last modified time | relevance | path

Searched refs:btrfs_backref_cache (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/btrfs/
Dbackref.h232 struct btrfs_backref_cache { struct
272 struct btrfs_backref_cache *cache, int is_reloc); argument
274 struct btrfs_backref_cache *cache, u64 bytenr, int level);
276 struct btrfs_backref_cache *cache);
294 static inline void btrfs_backref_free_node(struct btrfs_backref_cache *cache, in btrfs_backref_free_node()
307 static inline void btrfs_backref_free_edge(struct btrfs_backref_cache *cache, in btrfs_backref_free_edge()
342 static inline void btrfs_backref_drop_node(struct btrfs_backref_cache *tree, in btrfs_backref_drop_node()
355 void btrfs_backref_cleanup_node(struct btrfs_backref_cache *cache,
358 void btrfs_backref_release_cache(struct btrfs_backref_cache *cache);
368 int btrfs_backref_add_tree_node(struct btrfs_backref_cache *cache,
[all …]
Dbackref.c2544 struct btrfs_backref_cache *cache, int is_reloc)
2561 struct btrfs_backref_cache *cache, u64 bytenr, int level)
2582 struct btrfs_backref_cache *cache)
2599 void btrfs_backref_cleanup_node(struct btrfs_backref_cache *cache,
2633 void btrfs_backref_release_cache(struct btrfs_backref_cache *cache)
2675 static int handle_direct_tree_backref(struct btrfs_backref_cache *cache,
2747 static int handle_indirect_tree_backref(struct btrfs_backref_cache *cache,
2913 int btrfs_backref_add_tree_node(struct btrfs_backref_cache *cache,
3039 int btrfs_backref_finish_upper_links(struct btrfs_backref_cache *cache,
3140 void btrfs_backref_error_cleanup(struct btrfs_backref_cache *cache,
Drelocation.c125 struct btrfs_backref_cache backref_cache;
226 static void update_backref_node(struct btrfs_backref_cache *cache, in update_backref_node()
241 struct btrfs_backref_cache *cache) in update_backref_cache()
384 struct btrfs_backref_cache *cache = &rc->backref_cache; in handle_useless_nodes()
461 struct btrfs_backref_cache *cache = &rc->backref_cache; in build_backref_tree()
541 struct btrfs_backref_cache *cache = &rc->backref_cache; in clone_backref_node()
2397 struct btrfs_backref_cache *cache = &rc->backref_cache; in finish_pending_nodes()
/kernel/linux/linux-6.6/fs/btrfs/
Dbackref.h407 struct btrfs_backref_cache { struct
447 struct btrfs_backref_cache *cache, int is_reloc); argument
449 struct btrfs_backref_cache *cache, u64 bytenr, int level);
451 struct btrfs_backref_cache *cache);
469 static inline void btrfs_backref_free_node(struct btrfs_backref_cache *cache, in btrfs_backref_free_node()
482 static inline void btrfs_backref_free_edge(struct btrfs_backref_cache *cache, in btrfs_backref_free_edge()
517 static inline void btrfs_backref_drop_node(struct btrfs_backref_cache *tree, in btrfs_backref_drop_node()
530 void btrfs_backref_cleanup_node(struct btrfs_backref_cache *cache,
533 void btrfs_backref_release_cache(struct btrfs_backref_cache *cache);
544 struct btrfs_backref_cache *cache,
[all …]
Dbackref.c3001 struct btrfs_backref_cache *cache, int is_reloc) in btrfs_backref_init_cache()
3018 struct btrfs_backref_cache *cache, u64 bytenr, int level) in btrfs_backref_alloc_node()
3039 struct btrfs_backref_cache *cache) in btrfs_backref_alloc_edge()
3056 void btrfs_backref_cleanup_node(struct btrfs_backref_cache *cache, in btrfs_backref_cleanup_node()
3090 void btrfs_backref_release_cache(struct btrfs_backref_cache *cache) in btrfs_backref_release_cache()
3132 static int handle_direct_tree_backref(struct btrfs_backref_cache *cache, in handle_direct_tree_backref()
3206 struct btrfs_backref_cache *cache, in handle_indirect_tree_backref()
3374 struct btrfs_backref_cache *cache, in btrfs_backref_add_tree_node()
3495 int btrfs_backref_finish_upper_links(struct btrfs_backref_cache *cache, in btrfs_backref_finish_upper_links()
3596 void btrfs_backref_error_cleanup(struct btrfs_backref_cache *cache, in btrfs_backref_error_cleanup()
Drelocation.c137 struct btrfs_backref_cache backref_cache;
238 static void update_backref_node(struct btrfs_backref_cache *cache, in update_backref_node()
253 struct btrfs_backref_cache *cache) in update_backref_cache()
396 struct btrfs_backref_cache *cache = &rc->backref_cache; in handle_useless_nodes()
474 struct btrfs_backref_cache *cache = &rc->backref_cache; in build_backref_tree()
554 struct btrfs_backref_cache *cache = &rc->backref_cache; in clone_backref_node()
2576 struct btrfs_backref_cache *cache = &rc->backref_cache; in finish_pending_nodes()