|
nckernel
0.1
|
해당 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) |
Definition at line 62 of file vfs.h.
Referenced by vfs_init().
Definition at line 66 of file vfs.h.
Referenced by ioctl(), and vfs_init().
Definition at line 65 of file vfs.h.
Referenced by lseek(), and vfs_init().
Definition at line 61 of file vfs.h.
Referenced by vfs_init().
Definition at line 63 of file vfs.h.
Referenced by read(), and vfs_init().
Definition at line 64 of file vfs.h.
Referenced by vfs_init(), and write().
1.8.4