Home
last modified time | relevance | path

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

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