Home
last modified time | relevance | path

Searched defs:btrfs_delayed_ref_root (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/btrfs/
Ddelayed-ref.h138 struct btrfs_delayed_ref_root { struct
140 struct rb_root_cached href_root;
143 struct rb_root dirty_extent_root;
146 spinlock_t lock;
151 atomic_t num_entries;
154 unsigned long num_heads;
157 unsigned long num_heads_ready;
159 u64 pending_csums;
166 int flushing;
168 u64 run_delayed_start;
[all …]
/kernel/linux/linux-6.6/fs/btrfs/
Ddelayed-ref.h145 struct btrfs_delayed_ref_root { struct
147 struct rb_root_cached href_root;
150 struct rb_root dirty_extent_root;
153 spinlock_t lock;
158 atomic_t num_entries;
161 unsigned long num_heads;
164 unsigned long num_heads_ready;
166 u64 pending_csums;
168 unsigned long flags;
170 u64 run_delayed_start;
[all …]