|
Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
|
#include <cache.h>
Data Fields | |
| struct hlist_node * | next |
| struct hlist_node * | prev |
| void * | dentry |
| void* hlist_node::dentry |
Definition at line 11 of file cache.h.
Referenced by __attribute__().
| struct hlist_node* hlist_node::next |
Definition at line 9 of file cache.h.
Referenced by __attribute__(), hlist_add_head(), and hlist_del().
| struct hlist_node* hlist_node::prev |
Definition at line 10 of file cache.h.
Referenced by __attribute__(), hlist_add_head(), and hlist_del().