Lines Matching defs:backref_cache
98 struct backref_cache { struct
100 struct rb_root rb_root;
102 struct backref_node *path[BTRFS_MAX_LEVEL];
108 struct list_head pending[BTRFS_MAX_LEVEL];
110 struct list_head leaves;
112 struct list_head changed;
114 struct list_head detached;
116 u64 last_trans;
118 int nr_nodes;
119 int nr_edges;
166 struct backref_cache backref_cache; member