Searched defs:btrfs_backref_node (Results 1 – 1 of 1) sorted by relevance
315 struct btrfs_backref_node { struct316 struct {327 u64 new_bytenr;329 u64 owner;331 struct list_head list;334 struct list_head upper;336 struct list_head lower;339 struct btrfs_root *root;341 struct extent_buffer *eb;343 unsigned int level:8;[all …]