Home
last modified time | relevance | path

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

/linux-6.12.1/fs/btrfs/
Dbackref.h384 struct btrfs_backref_cache { struct
386 struct rb_root rb_root;
388 struct btrfs_backref_node *path[BTRFS_MAX_LEVEL];
393 struct list_head pending[BTRFS_MAX_LEVEL];
395 struct list_head leaves;
397 struct list_head changed;
399 struct list_head detached;
424 struct btrfs_backref_cache *cache, bool is_reloc); argument