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

#include <llist.h>

Data Fields

struct llist_headnext
 
struct llist_headprev
 

Detailed Description

Definition at line 10 of file llist.h.

Field Documentation

◆ next

struct llist_head* llist_head::next

Definition at line 11 of file llist.h.

Referenced by delete_dentry(), llist_add(), llist_del(), print_dentry_tree(), and vfs_umount_recursive().

◆ prev

struct llist_head* llist_head::prev

Definition at line 12 of file llist.h.

Referenced by llist_add(), and llist_del().


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