Searched defs:backref_cache (Results 1 – 1 of 1) sorted by relevance
88 struct backref_cache { struct90 struct rb_root rb_root;92 struct backref_node *path[BTRFS_MAX_LEVEL];98 struct list_head pending[BTRFS_MAX_LEVEL];100 struct list_head leaves;102 struct list_head changed;104 struct list_head detached;106 u64 last_trans;108 int nr_nodes;109 int nr_edges;[all …]