Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/btrfs/
Ddelayed-ref.h71 struct btrfs_delayed_ref_head { struct
72 u64 bytenr;
73 u64 num_bytes;
74 refcount_t refs;
79 struct mutex mutex;
81 spinlock_t lock;
82 struct rb_root_cached ref_tree;
84 struct list_head ref_add_list;
86 struct rb_node href_node;
88 struct btrfs_delayed_extent_op *extent_op;
[all …]
/kernel/linux/linux-6.6/fs/btrfs/
Ddelayed-ref.h67 struct btrfs_delayed_ref_head { struct
68 u64 bytenr;
69 u64 num_bytes;
75 struct rb_node href_node;
80 struct mutex mutex;
82 refcount_t refs;
85 spinlock_t lock;
86 struct rb_root_cached ref_tree;
88 struct list_head ref_add_list;
90 struct btrfs_delayed_extent_op *extent_op;
[all …]