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

해당 ninfo 에 대한 operation 함수 포인터 More...

#include <vfs.h>

Data Fields

int(* close )(struct ninfo *, struct nctx *)
 
int(* ioctl )(struct ninfo *, struct nctx *, int, va_list)
 
off_t(* lseek )(struct ninfo *, struct nctx *, off_t, int)
 
int(* open )(struct ninfo *, struct nctx *)
 
int(* read )(struct ninfo *, struct nctx *, void *, size_t)
 
int(* write )(struct ninfo *, struct nctx *, const void *, size_t)
 

Detailed Description

해당 ninfo 에 대한 operation 함수 포인터

Definition at line 60 of file vfs.h.

Field Documentation

int(* close)(struct ninfo *, struct nctx *)

Definition at line 62 of file vfs.h.

Referenced by vfs_init().

int(* ioctl)(struct ninfo *, struct nctx *, int, va_list)

Definition at line 66 of file vfs.h.

Referenced by ioctl(), and vfs_init().

off_t(* lseek)(struct ninfo *, struct nctx *, off_t, int)

Definition at line 65 of file vfs.h.

Referenced by lseek(), and vfs_init().

int(* open)(struct ninfo *, struct nctx *)

Definition at line 61 of file vfs.h.

Referenced by vfs_init().

int(* read)(struct ninfo *, struct nctx *, void *, size_t)

Definition at line 63 of file vfs.h.

Referenced by read(), and vfs_init().

int(* write)(struct ninfo *, struct nctx *, const void *, size_t)

Definition at line 64 of file vfs.h.

Referenced by vfs_init(), and write().


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