Searched defs:btrfs_backref_node (Results 1 – 1 of 1) sorted by relevance
165 struct btrfs_backref_node { struct166 struct {171 u64 new_bytenr;173 u64 owner;175 struct list_head list;178 struct list_head upper;180 struct list_head lower;183 struct btrfs_root *root;185 struct extent_buffer *eb;187 unsigned int level:8;[all …]