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