Lines Matching defs:backref_cache
90 struct backref_cache { struct
92 struct rb_root rb_root;
94 struct backref_node *path[BTRFS_MAX_LEVEL];
100 struct list_head pending[BTRFS_MAX_LEVEL];
102 struct list_head leaves;
104 struct list_head changed;
106 struct list_head detached;
108 u64 last_trans;
110 int nr_nodes;
111 int nr_edges;
158 struct backref_cache backref_cache; member