Home
last modified time | relevance | path

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

/linux-6.12.1/fs/btrfs/
Ddelayed-ref.h122 struct btrfs_delayed_ref_head { struct
123 u64 bytenr;
124 u64 num_bytes;
130 struct rb_node href_node;
135 struct mutex mutex;
137 refcount_t refs;
140 spinlock_t lock;
141 struct rb_root_cached ref_tree;
143 struct list_head ref_add_list;
145 struct btrfs_delayed_extent_op *extent_op;
[all …]