Lines Matching defs:btrfs_delayed_ref_head
123 struct btrfs_delayed_ref_head { struct
124 u64 bytenr;
125 u64 num_bytes;
130 struct mutex mutex;
132 refcount_t refs;
135 spinlock_t lock;
136 struct rb_root_cached ref_tree;
138 struct list_head ref_add_list;
140 struct btrfs_delayed_extent_op *extent_op;
147 int total_ref_mod;
155 int ref_mod;
161 u64 owning_root;
167 u64 reserved_bytes;
170 u8 level;
184 bool must_insert_reserved;
186 bool is_data;
187 bool is_system;
188 bool processing;
193 bool tracked;