Searched defs:btrfs_delayed_ref_head (Results 1 – 1 of 1) sorted by relevance
71 struct btrfs_delayed_ref_head { struct72 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 …]