Coda Distributed File System
|
#include <stdio.h>
Go to the source code of this file.
Macros | |
#define | VICETAB "/vice/vicetab" |
#define | VICETAB_MAXSTR 256 /* max line length in VICETAB */ |
#define | PTYPE_SIMPLE "simple" |
#define | PTYPE_FTREE "ftree" |
Typedefs | |
typedef struct Partent_s * | Partent |
Functions | |
Partent | Partent_new () |
void | Partent_free (Partent *f) |
FILE * | Partent_set (const char *file, const char *mode) |
int | Partent_end (FILE *__filep) |
Partent | Partent_get (FILE *filep) |
int | Partent_add (FILE *__filep, Partent mnt) |
char * | Partent_hasopt (Partent mnt, const char *opt) |
int | Partent_intopt (Partent ent, const char *opt, int *value) |
void | Partent_print (Partent ent) |
char * | Partent_dir (Partent p) |
char * | Partent_type (Partent p) |
char * | Partent_host (Partent p) |
Partent | Partent_create (char *host, char *dir, char *type, char *opts) |
#define PTYPE_FTREE "ftree" |
#define PTYPE_SIMPLE "simple" |
int Partent_add | ( | FILE * | __filep, |
Partent | mnt | ||
) |
Partent Partent_create | ( | char * | host, |
char * | dir, | ||
char * | type, | ||
char * | opts | ||
) |
char * Partent_dir | ( | Partent | p | ) |
int Partent_end | ( | FILE * | __filep | ) |
void Partent_free | ( | Partent * | f | ) |
Partent Partent_get | ( | FILE * | filep | ) |
char * Partent_hasopt | ( | Partent | mnt, |
const char * | opt | ||
) |
char * Partent_host | ( | Partent | p | ) |
int Partent_intopt | ( | Partent | ent, |
const char * | opt, | ||
int * | value | ||
) |
Partent Partent_new | ( | ) |
void Partent_print | ( | Partent | ent | ) |
FILE * Partent_set | ( | const char * | file, |
const char * | mode | ||
) |
char * Partent_type | ( | Partent | p | ) |