Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Ddelayed-ref.h76 struct btrfs_delayed_ref_head { struct
77 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 …]