Searched defs:backref_cache (Results 1 – 1 of 1) sorted by relevance
100 struct backref_cache { struct102 struct rb_root rb_root;104 struct backref_node *path[BTRFS_MAX_LEVEL];110 struct list_head pending[BTRFS_MAX_LEVEL];112 struct list_head leaves;114 struct list_head changed;116 struct list_head detached;118 u64 last_trans;120 int nr_nodes;121 int nr_edges;[all …]