Searched defs:btrfs_backref_cache (Results 1 – 4 of 4) sorted by relevance
132244 struct btrfs_backref_cache { struct132245 struct rb_root rb_root;132246 struct btrfs_backref_node *path[8];132247 struct list_head pending[8];132248 struct list_head leaves;132249 struct list_head changed;132250 struct list_head detached;132251 u64 last_trans;132252 int nr_nodes;132253 int nr_edges;[all …]
64414 struct btrfs_backref_cache { struct64415 struct rb_root rb_root;64416 struct btrfs_backref_node *path[8];64417 struct list_head pending[8];64418 struct list_head leaves;64419 struct list_head changed;64420 struct list_head detached;64421 u64 last_trans;64422 int nr_nodes;64423 int nr_edges;[all …]