Lines Matching defs:btrfs_delayed_ref_head
125 struct btrfs_delayed_ref_head { struct
126 u64 bytenr;
127 u64 num_bytes;
132 struct mutex mutex;
134 refcount_t refs;
137 spinlock_t lock;
138 struct rb_root_cached ref_tree;
140 struct list_head ref_add_list;
142 struct btrfs_delayed_extent_op *extent_op;
149 int total_ref_mod;
157 int ref_mod;
163 u64 owning_root;
169 u64 reserved_bytes;
172 u8 level;
186 bool must_insert_reserved;
188 bool is_data;
189 bool is_system;
190 bool processing;
195 bool tracked;