RTEMS  5.1
Files | Data Structures | Macros | Typedefs | Functions

Files

file  mount_prot_xdr.c
 Mount Prot XDR.
 

Data Structures

struct  fhstatus
 
struct  mountbody
 
struct  groupnode
 
struct  exportnode
 

Macros

#define MNTPATHLEN   1024
 
#define MNTNAMLEN   255
 
#define FHSIZE   32
 
#define MOUNTPROG   100005
 
#define MOUNTVERS   1
 
#define MOUNTPROC_NULL   0
 
#define MOUNTPROC_MNT   1
 
#define MOUNTPROC_DUMP   2
 
#define MOUNTPROC_UMNT   3
 
#define MOUNTPROC_UMNTALL   4
 
#define MOUNTPROC_EXPORT   5
 
#define MOUNTPROC_EXPORTALL   6
 

Typedefs

typedef char fhandle[FHSIZE]
 
typedef struct fhstatus fhstatus
 
typedef char * dirpath
 
typedef char * name
 
typedef struct mountbodymountlist
 
typedef struct mountbody mountbody
 
typedef struct groupnodegroups
 
typedef struct groupnode groupnode
 
typedef struct exportnodeexports
 
typedef struct exportnode exportnode
 

Functions

void * mountproc_null_1 ()
 
void * mountproc_null_1_svc ()
 
fhstatusmountproc_mnt_1 ()
 
fhstatusmountproc_mnt_1_svc ()
 
mountlistmountproc_dump_1 ()
 
mountlistmountproc_dump_1_svc ()
 
void * mountproc_umnt_1 ()
 
void * mountproc_umnt_1_svc ()
 
void * mountproc_umntall_1 ()
 
void * mountproc_umntall_1_svc ()
 
exportsmountproc_export_1 ()
 
exportsmountproc_export_1_svc ()
 
exportsmountproc_exportall_1 ()
 
exportsmountproc_exportall_1_svc ()
 
int mountprog_1_freeresult ()
 
bool_t xdr_fhandle ()
 
bool_t xdr_fhstatus ()
 
bool_t xdr_dirpath ()
 
bool_t xdr_name ()
 
bool_t xdr_mountlist ()
 
bool_t xdr_mountbody ()
 
bool_t xdr_groups ()
 
bool_t xdr_groupnode ()
 
bool_t xdr_exports ()
 
bool_t xdr_exportnode ()
 

Detailed Description