Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
hlist_node Struct Reference

#include <cache.h>

Data Fields

struct hlist_nodenext
 
struct hlist_nodeprev
 
void * dentry
 

Detailed Description

Definition at line 8 of file cache.h.

Field Documentation

◆ dentry

void* hlist_node::dentry

Definition at line 11 of file cache.h.

Referenced by __attribute__().

◆ next

struct hlist_node* hlist_node::next

Definition at line 9 of file cache.h.

Referenced by __attribute__(), hlist_add_head(), and hlist_del().

◆ prev

struct hlist_node* hlist_node::prev

Definition at line 10 of file cache.h.

Referenced by __attribute__(), hlist_add_head(), and hlist_del().


The documentation for this struct was generated from the following file: