#include <sys/types.h>
#include <ipc/vfs.h>
#include <ipc/devmap.h>
#include <stdio.h>
Go to the source code of this file.
Data Structures | |
struct | fdi_node_t |
This type is a libc version of the VFS triplet. More... | |
Functions | |
char * | absolutize (const char *path, size_t *retlen) |
int | fd_node (int fildes, fdi_node_t *node) |
int | fd_phone (int fildes) |
int | fnode (FILE *stream, fdi_node_t *node) |
FILE * | fopen_node (fdi_node_t *node, const char *mode) |
int | fphone (FILE *stream) |
int | mount (const char *fs_name, const char *mp, const char *fqdn, const char *opts, unsigned int flags) |
int | open_node (fdi_node_t *node, int oflag) |
int | unmount (const char *mp) |
Definition in file vfs.h.