nfs-ganesha 1.4
Classes | Defines | Typedefs | Enumerations | Functions

rquota.h File Reference

#include "ganesha_rpc.h"
#include "extended_types.h"

Go to the source code of this file.

Classes

struct  sq_dqblk
struct  getquota_args
struct  setquota_args
struct  ext_getquota_args
struct  ext_setquota_args
struct  rquota
struct  getquota_rslt
struct  setquota_rslt

Defines

#define RQ_PATHLEN   1024
#define RQUOTAPROG   100011
#define RQUOTAVERS   1
#define RQUOTAPROC_GETQUOTA   1
#define RQUOTAPROC_GETACTIVEQUOTA   2
#define RQUOTAPROC_SETQUOTA   3
#define RQUOTAPROC_SETACTIVEQUOTA   4
#define EXT_RQUOTAVERS   2

Typedefs

typedef struct sq_dqblk sq_dqblk
typedef struct getquota_args getquota_args
typedef struct setquota_args setquota_args
typedef struct ext_getquota_args ext_getquota_args
typedef struct ext_setquota_args ext_setquota_args
typedef struct rquota rquota
typedef enum qr_status qr_status
typedef struct getquota_rslt getquota_rslt
typedef struct setquota_rslt setquota_rslt

Enumerations

enum  qr_status { Q_OK = 1, Q_NOQUOTA = 2, Q_EPERM = 3 }

Functions

getquota_rsltrquotaproc_getquota_1 ()
getquota_rsltrquotaproc_getquota_1_svc ()
getquota_rsltrquotaproc_getactivequota_1 ()
getquota_rsltrquotaproc_getactivequota_1_svc ()
setquota_rsltrquotaproc_setquota_1 ()
setquota_rsltrquotaproc_setquota_1_svc ()
setquota_rsltrquotaproc_setactivequota_1 ()
setquota_rsltrquotaproc_setactivequota_1_svc ()
int rquotaprog_1_freeresult ()
bool_t xdr_sq_dqblk ()
bool_t xdr_getquota_args ()
bool_t xdr_setquota_args ()
bool_t xdr_ext_getquota_args ()
bool_t xdr_ext_setquota_args ()
bool_t xdr_rquota ()
bool_t xdr_qr_status ()
bool_t xdr_getquota_rslt ()
bool_t xdr_setquota_rslt ()

Define Documentation

#define EXT_RQUOTAVERS   2

Definition at line 150 of file rquota.h.

#define RQ_PATHLEN   1024

Definition at line 23 of file rquota.h.

#define RQUOTAPROC_GETACTIVEQUOTA   2

Definition at line 139 of file rquota.h.

#define RQUOTAPROC_GETQUOTA   1

Definition at line 136 of file rquota.h.

#define RQUOTAPROC_SETACTIVEQUOTA   4

Definition at line 145 of file rquota.h.

#define RQUOTAPROC_SETQUOTA   3

Definition at line 142 of file rquota.h.

#define RQUOTAPROG   100011

Definition at line 115 of file rquota.h.

#define RQUOTAVERS   1

Definition at line 116 of file rquota.h.


Typedef Documentation

Definition at line 60 of file rquota.h.

Definition at line 70 of file rquota.h.

typedef struct getquota_args getquota_args

Definition at line 43 of file rquota.h.

typedef struct getquota_rslt getquota_rslt

Definition at line 103 of file rquota.h.

typedef enum qr_status qr_status

Definition at line 93 of file rquota.h.

typedef struct rquota rquota

Definition at line 85 of file rquota.h.

typedef struct setquota_args setquota_args

Definition at line 52 of file rquota.h.

typedef struct setquota_rslt setquota_rslt

Definition at line 113 of file rquota.h.

typedef struct sq_dqblk sq_dqblk

Definition at line 36 of file rquota.h.


Enumeration Type Documentation

enum qr_status
Enumerator:
Q_OK 
Q_NOQUOTA 
Q_EPERM 

Definition at line 87 of file rquota.h.


Function Documentation

getquota_rslt* rquotaproc_getactivequota_1 ( )
getquota_rslt* rquotaproc_getactivequota_1_svc ( )
getquota_rslt* rquotaproc_getquota_1 ( )
getquota_rslt* rquotaproc_getquota_1_svc ( )
setquota_rslt* rquotaproc_setactivequota_1 ( )
setquota_rslt* rquotaproc_setactivequota_1_svc ( )
setquota_rslt* rquotaproc_setquota_1 ( )
setquota_rslt* rquotaproc_setquota_1_svc ( )
int rquotaprog_1_freeresult ( )
bool_t xdr_ext_getquota_args ( )
bool_t xdr_ext_setquota_args ( )
bool_t xdr_getquota_args ( )
bool_t xdr_getquota_rslt ( )
bool_t xdr_qr_status ( )
bool_t xdr_rquota ( )
bool_t xdr_setquota_args ( )
bool_t xdr_setquota_rslt ( )
bool_t xdr_sq_dqblk ( )