#include "vfs.h"#include <macros.h>#include <async.h>#include <errno.h>#include <str.h>#include <stdarg.h>#include <bool.h>#include <fibril_synch.h>#include <adt/list.h>#include <vfs/canonify.h>Go to the source code of this file.
Defines | |
| #define | min(a, b) ((a) < (b) ? (a) : (b)) |
Functions | |
| LIST_INITIALIZE (plb_head) | |
| PLB entry ring buffer. | |
| int | vfs_lookup_internal (char *path, int lflag, vfs_lookup_res_t *result, vfs_pair_t *altroot,...) |
| Perform a path lookup. | |
| int | vfs_open_node_internal (vfs_lookup_res_t *result) |
| Perform a node open operation. | |
Variables | |
| uint8_t * | plb = NULL |
| Path Lookup Buffer. | |
Definition in file vfs_lookup.c.
1.4.7