Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/btrfs/
Dbackref.h232 struct btrfs_backref_cache { struct
234 struct rb_root rb_root;
236 struct btrfs_backref_node *path[BTRFS_MAX_LEVEL];
241 struct list_head pending[BTRFS_MAX_LEVEL];
243 struct list_head leaves;
245 struct list_head changed;
247 struct list_head detached;
272 struct btrfs_backref_cache *cache, int is_reloc); argument
/kernel/linux/linux-6.6/fs/btrfs/
Dbackref.h407 struct btrfs_backref_cache { struct
409 struct rb_root rb_root;
411 struct btrfs_backref_node *path[BTRFS_MAX_LEVEL];
416 struct list_head pending[BTRFS_MAX_LEVEL];
418 struct list_head leaves;
420 struct list_head changed;
422 struct list_head detached;
447 struct btrfs_backref_cache *cache, int is_reloc); argument