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