Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
Ddelayed-ref.h125 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;
[all …]