Searched defs:backref_cache (Results 1 – 1 of 1) sorted by relevance
98 struct backref_cache { struct100 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;[all …]