Searched defs:btrfs_backref_node (Results 1 – 1 of 1) sorted by relevance
338 struct btrfs_backref_node { struct339 struct {344 u64 new_bytenr;346 u64 owner;348 struct list_head list;351 struct list_head upper;353 struct list_head lower;356 struct btrfs_root *root;358 struct extent_buffer *eb;360 unsigned int level:8;[all …]