Searched defs:btrfs_delayed_ref_node (Results 1 – 4 of 4) sorted by relevance
28063 struct btrfs_delayed_ref_node { struct28064 struct rb_node ref_node;28065 struct list_head add_list;28066 u64 bytenr;28067 u64 num_bytes;28068 u64 seq;28069 refcount_t refs;28070 int ref_mod;28071 unsigned int action: 8;28072 unsigned int type: 8;[all …]
61612 struct btrfs_delayed_ref_node { struct61613 struct rb_node ref_node;61614 struct list_head add_list;61615 u64 bytenr;61616 u64 num_bytes;61617 u64 seq;61618 refcount_t refs;61619 int ref_mod;61620 unsigned int action: 8;61621 unsigned int type: 8;[all …]