Searched defs:btrfs_delayed_ref_head (Results 1 – 1 of 1) sorted by relevance
76 struct btrfs_delayed_ref_head { struct77 struct btrfs_delayed_ref_node node;83 struct mutex mutex;85 spinlock_t lock;86 struct rb_root ref_root;88 struct rb_node href_node;90 struct btrfs_delayed_extent_op *extent_op;97 int total_ref_mod;111 unsigned int must_insert_reserved:1;112 unsigned int is_data:1;[all …]