Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/btrfs/
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 */
/kernel/linux/linux-5.10/fs/btrfs/
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 */