Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dulist.h27 struct ulist_node { struct
28 u64 val; /* value to store */
29 u64 aux; /* auxiliary value saved along with the val */
31 struct list_head list; /* used to link node */
32 struct rb_node rb_node; /* used to speed up search */