|
Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
|
#include <llist.h>
Data Fields | |
| struct llist_head * | next |
| struct llist_head * | prev |
| 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().
| struct llist_head* llist_head::prev |
Definition at line 12 of file llist.h.
Referenced by llist_add(), and llist_del().