Searched defs:btrfs_backref_node (Results 1 – 1 of 1) sorted by relevance
164 struct btrfs_backref_node { struct165 struct {170 u64 new_bytenr;172 u64 owner;174 struct list_head list;177 struct list_head upper;179 struct list_head lower;182 struct btrfs_root *root;184 struct extent_buffer *eb;186 unsigned int level:8;[all …]