Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Ddelayed-ref.h17 struct btrfs_delayed_ref_node { struct
18 struct rb_node ref_node;
24 struct list_head add_list;
27 u64 bytenr;
30 u64 num_bytes;
33 u64 seq;
36 refcount_t refs;
47 int ref_mod;
49 unsigned int action:8;
50 unsigned int type:8;