Lines Matching defs:btrfs_delayed_ref_node
59 struct btrfs_delayed_ref_node { struct60 struct rb_node ref_node;67 struct list_head add_list;70 u64 bytenr;73 u64 num_bytes;76 u64 seq;79 u64 ref_root;85 u64 parent;88 refcount_t refs;99 int ref_mod;101 unsigned int action:8;102 unsigned int type:8;104 union {