Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Ddelayed-ref.h70 struct btrfs_delayed_ref_head { struct
71 u64 bytenr;
72 u64 num_bytes;
73 refcount_t refs;
78 struct mutex mutex;
80 spinlock_t lock;
81 struct rb_root_cached ref_tree;
83 struct list_head ref_add_list;
85 struct rb_node href_node;
87 struct btrfs_delayed_extent_op *extent_op;
[all …]