Go to the source code of this file.
Classes |
struct | fhandle3 |
struct | groupnode |
struct | exportnode |
struct | mountbody |
struct | mountres3_ok |
struct | mountres3 |
Defines |
#define | MNTPATHLEN 1024 |
#define | MNTNAMLEN 255 |
#define | NB_AUTH_FLAVOR 10 |
#define | MNT_RPC_GSS_NONE 390003 |
#define | MNT_RPC_GSS_INTEGRITY 390004 |
#define | MNT_RPC_GSS_PRIVACY 390005 |
#define | MOUNTPROG 100005 |
#define | MOUNT_V1 1 |
#define | MOUNTPROC2_NULL 0 |
#define | MOUNTPROC2_MNT 1 |
#define | MOUNTPROC2_DUMP 2 |
#define | MOUNTPROC2_UMNT 3 |
#define | MOUNTPROC2_UMNTALL 4 |
#define | MOUNTPROC2_EXPORT 5 |
#define | MOUNT_V3 3 |
#define | MOUNTPROC3_NULL 0 |
#define | MOUNTPROC3_MNT 1 |
#define | MOUNTPROC3_DUMP 2 |
#define | MOUNTPROC3_UMNT 3 |
#define | MOUNTPROC3_UMNTALL 4 |
#define | MOUNTPROC3_EXPORT 5 |
Typedefs |
typedef enum mountstat3 | mountstat3 |
typedef char * | dirpath |
typedef char * | name |
typedef struct groupnode * | groups |
typedef struct groupnode | groupnode |
typedef struct exportnode * | exports |
typedef struct exportnode | exportnode |
typedef struct mountbody * | mountlist |
typedef struct mountbody | mountbody |
typedef struct mountres3_ok | mountres3_ok |
typedef struct mountres3 | mountres3 |
Enumerations |
enum | mountstat3 {
MNT3_OK = 0,
MNT3ERR_PERM = 1,
MNT3ERR_NOENT = 2,
MNT3ERR_IO = 5,
MNT3ERR_ACCES = 13,
MNT3ERR_NOTDIR = 20,
MNT3ERR_INVAL = 22,
MNT3ERR_NAMETOOLONG = 63,
MNT3ERR_NOTSUPP = 10004,
MNT3ERR_SERVERFAULT = 10006
} |
Functions |
bool_t | xdr_mountstat3 (XDR *, mountstat3 *) |
bool_t | xdr_fhandle3 (XDR *, fhandle3 *) |
bool_t | xdr_dirpath (XDR *, dirpath *) |
bool_t | xdr_name (XDR *, name *) |
bool_t | xdr_groups (XDR *, groups *) |
bool_t | xdr_groupnode (XDR *, groupnode *) |
bool_t | xdr_exports (XDR *, exports *) |
bool_t | xdr_exportnode (XDR *, exportnode *) |
bool_t | xdr_mountlist (XDR *, mountlist *) |
bool_t | xdr_mountbody (XDR *, mountbody *) |
bool_t | xdr_mountres3_ok (XDR *, mountres3_ok *) |
bool_t | xdr_mountres3 (XDR *, mountres3 *) |
Define Documentation
#define MNT_RPC_GSS_INTEGRITY 390004 |
#define MNT_RPC_GSS_NONE 390003 |
#define MNT_RPC_GSS_PRIVACY 390005 |
#define MOUNTPROC2_DUMP 2 |
#define MOUNTPROC2_EXPORT 5 |
#define MOUNTPROC2_NULL 0 |
#define MOUNTPROC2_UMNT 3 |
#define MOUNTPROC2_UMNTALL 4 |
#define MOUNTPROC3_DUMP 2 |
#define MOUNTPROC3_EXPORT 5 |
#define MOUNTPROC3_NULL 0 |
#define MOUNTPROC3_UMNT 3 |
#define MOUNTPROC3_UMNTALL 4 |
#define NB_AUTH_FLAVOR 10 |
Typedef Documentation
Enumeration Type Documentation
- Enumerator:
MNT3_OK |
|
MNT3ERR_PERM |
|
MNT3ERR_NOENT |
|
MNT3ERR_IO |
|
MNT3ERR_ACCES |
|
MNT3ERR_NOTDIR |
|
MNT3ERR_INVAL |
|
MNT3ERR_NAMETOOLONG |
|
MNT3ERR_NOTSUPP |
|
MNT3ERR_SERVERFAULT |
|
Definition at line 27 of file mount.h.
Function Documentation
bool_t xdr_dirpath |
( |
XDR * |
, |
|
|
dirpath * |
|
|
) |
| |
bool_t xdr_exports |
( |
XDR * |
, |
|
|
exports * |
|
|
) |
| |
bool_t xdr_fhandle3 |
( |
XDR * |
, |
|
|
fhandle3 * |
|
|
) |
| |
bool_t xdr_groups |
( |
XDR * |
, |
|
|
groups * |
|
|
) |
| |
bool_t xdr_name |
( |
XDR * |
, |
|
|
name * |
|
|
) |
| |