btrfs ~master (2021-03-17T11:16:31Z)
Dub
Repo
list_head
btrfs
c
kernel_lib
list
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
list_head {
list_head
*
next
;
list_head
*
prev
;
}
Members
Variables
next
list_head
*
next
;
prev
list_head
*
prev
;
Undocumented in source.
Meta
Source
See Implementation
btrfs
c
kernel_lib
list
manifest constants
LIST_POISON1
LIST_POISON2
structs
list_head