Lines Matching defs:btrfs_delayed_ref_node
61 struct btrfs_delayed_ref_node { struct62 struct rb_node ref_node;69 struct list_head add_list;72 u64 bytenr;75 u64 num_bytes;78 u64 seq;81 u64 ref_root;87 u64 parent;90 refcount_t refs;101 int ref_mod;103 unsigned int action:8;104 unsigned int type:8;106 union {