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

ninfo 에 대한 context 정보를 정의 한다. More...

#include <vfs.h>

Collaboration diagram for entry:
Collaboration graph
[legend]

Data Fields

int mode
 
struct nctx nctx
 
struct ninfoninfo
 
struct object object
 

Detailed Description

ninfo 에 대한 context 정보를 정의 한다.

Definition at line 37 of file vfs.h.

Field Documentation

int mode

열린 모드: O_RDONLY | O_WRONLY | ...

Definition at line 39 of file vfs.h.

struct nctx nctx

현재 객체에 대한 context 정보

Definition at line 41 of file vfs.h.

Referenced by ioctl(), lseek(), read(), and write().

struct ninfo* ninfo

노드 객체 (일반 OS 의 inode/vnode 개념

Definition at line 40 of file vfs.h.

Referenced by ioctl(), lseek(), read(), and write().

struct object object

Definition at line 38 of file vfs.h.


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