Lines Matching defs:backref_cache
99 struct backref_cache { struct
101 struct rb_root rb_root;
103 struct backref_node *path[BTRFS_MAX_LEVEL];
109 struct list_head pending[BTRFS_MAX_LEVEL];
111 struct list_head leaves;
113 struct list_head changed;
115 struct list_head detached;
117 u64 last_trans;
119 int nr_nodes;
120 int nr_edges;
167 struct backref_cache backref_cache; member