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