Searched defs:btrfs_backref_node (Results 1 – 1 of 1) sorted by relevance
181 struct btrfs_backref_node { struct182 struct {187 u64 new_bytenr;189 u64 owner;191 struct list_head list;194 struct list_head upper;196 struct list_head lower;199 struct btrfs_root *root;201 struct extent_buffer *eb;203 unsigned int level:8;[all …]