Lines Matching defs:btrfs_delayed_ref_head
122 struct btrfs_delayed_ref_head { struct
123 u64 bytenr;
124 u64 num_bytes;
130 struct rb_node href_node;
135 struct mutex mutex;
137 refcount_t refs;
140 spinlock_t lock;
141 struct rb_root_cached ref_tree;
143 struct list_head ref_add_list;
145 struct btrfs_delayed_extent_op *extent_op;
152 int total_ref_mod;
160 int ref_mod;
166 u64 owning_root;
172 u64 reserved_bytes;
175 u8 level;
189 bool must_insert_reserved;
191 bool is_data;
192 bool is_system;
193 bool processing;