/tmp/l4check/full_tree/trunk/l4/pkg/l4vfs/include/volumes.h File Reference
Volume management functions and types for filetable backend.
More...
#include <l4/sys/compiler.h>
#include <l4/l4vfs/types.h>
Go to the source code of this file.
|
Classes |
struct | volume_entry_t |
Defines |
#define | NAME_SERVER_MAX_VOLUMES 32 |
Functions |
EXTERN_C_BEGIN void | init_volume_entries (void) |
l4_threadid_t | server_for_volume (volume_id_t volume_id) |
int | index_for_volume (volume_id_t volume_id) |
int | insert_volume_server (volume_id_t volume_id, l4_threadid_t server_id) |
int | remove_volume_server (volume_id_t volume_id, l4_threadid_t server_id) |
int | first_empty_volume_entry (void) |
int | vol_resolve_thread_for_volume_id (volume_id_t v_id, l4_threadid_t *srv) |
Variables |
volume_entry_t | volume_entries [NAME_SERVER_MAX_VOLUMES] |
Detailed Description
Volume management functions and types for filetable backend.
- Date:
- 08/10/2004
- Author:
- Martin Pohlack <mp26@os.inf.tu-dresden.de>