Lines Matching defs:btrfs_delayed_ref_head
67 struct btrfs_delayed_ref_head { struct
68 u64 bytenr;
69 u64 num_bytes;
75 struct rb_node href_node;
80 struct mutex mutex;
82 refcount_t refs;
85 spinlock_t lock;
86 struct rb_root_cached ref_tree;
88 struct list_head ref_add_list;
90 struct btrfs_delayed_extent_op *extent_op;
97 int total_ref_mod;
105 int ref_mod;
119 bool must_insert_reserved;
120 bool is_data;
121 bool is_system;
122 bool processing;