Home
last modified time | relevance | path

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

/fs/btrfs/
Dulist.h31 struct ulist_node { struct
32 u64 val; /* value to store */
33 u64 aux; /* auxiliary value saved along with the val */
36 int seqnum; /* sequence number this node is added */
39 struct list_head list; /* used to link node */
40 struct rb_node rb_node; /* used to speed up search */