Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/ !
Drelocation.c88 struct backref_cache { struct
156 struct backref_cache backref_cache; member
185 static void remove_backref_node(struct backref_cache *cache,
196 static void backref_cache_init(struct backref_cache *cache) in backref_cache_init()
207 static void backref_cache_cleanup(struct backref_cache *cache) in backref_cache_cleanup()
235 static struct backref_node *alloc_backref_node(struct backref_cache *cache) in alloc_backref_node()
250 static void free_backref_node(struct backref_cache *cache, in free_backref_node()
259 static struct backref_edge *alloc_backref_edge(struct backref_cache *cache) in alloc_backref_edge()
269 static void free_backref_edge(struct backref_cache *cache, in free_backref_edge()
398 static void drop_backref_node(struct backref_cache *tree, in drop_backref_node()
[all …]