Home
last modified time | relevance | path

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

/linux-4.19.296/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 ref_tree;
84 struct list_head ref_add_list;
86 struct rb_node href_node;
88 struct btrfs_delayed_extent_op *extent_op;
[all …]