nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
list_head Struct Reference

리스트의 구조체를 정의한다. More...

#include <list.h>

Collaboration diagram for list_head:
Collaboration graph
[legend]

Data Fields

struct list_headnext
 
struct list_headprev
 

Detailed Description

리스트의 구조체를 정의한다.

Definition at line 36 of file list.h.

Field Documentation

struct list_head* next

Definition at line 37 of file list.h.

Referenced by free(), vfs_get_ninfo_child(), and vfs_get_ninfo_next_sibling().

struct list_head* prev

Definition at line 38 of file list.h.

Referenced by free(), vfs_get_last_sinfo(), vfs_get_ninfo_parent(), and vfs_get_ninfo_prev_sibling().


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