nfs-ganesha 1.4
Modules | Functions

ocs RQUOTA protocol functions.

NLM protocol functions.

Modules

 NFS protocols functions.

Functions

int rquota_Null (nfs_arg_t *parg, exportlist_t *pexport, fsal_op_context_t *pcontext, nfs_worker_data_t *pworker, struct svc_req *preq, nfs_res_t *pres)
 The RQUOTA proc null function, for all versions.
int rquota_getquota (nfs_arg_t *parg, exportlist_t *pexport, fsal_op_context_t *pcontext, nfs_worker_data_t *pworker, struct svc_req *preq, nfs_res_t *pres)
 The Rquota getquota function, for all versions.
int rquota_getactivequota (nfs_arg_t *parg, exportlist_t *pexport, fsal_op_context_t *pcontext, nfs_worker_data_t *pworker, struct svc_req *preq, nfs_res_t *pres)
 The Rquota getactivequota function, for all versions.
int rquota_setquota (nfs_arg_t *parg, exportlist_t *pexport, fsal_op_context_t *pcontext, nfs_worker_data_t *pworker, struct svc_req *preq, nfs_res_t *pres)
 The Rquota setquota function, for all versions.
int rquota_setactivequota (nfs_arg_t *parg, exportlist_t *pexport, fsal_op_context_t *pcontext, nfs_worker_data_t *pworker, struct svc_req *preq, nfs_res_t *pres)
 The Rquota setactivequota function, for all versions.

Function Documentation

int rquota_getactivequota ( nfs_arg_t parg,
exportlist_t pexport,
fsal_op_context_t pcontext,
nfs_worker_data_t pworker,
struct svc_req *  preq,
nfs_res_t pres 
)

The Rquota getactivequota function, for all versions.

The RQUOTA getactivequota function, for all versions.

Parameters:
[in]pargIgnored
[in]pexportIgnored
[in]pcontextIgnored
[in]pworkerIgnored
[in]preqIgnored
[out]presIgnored

Definition at line 66 of file rquota_getactivequota.c.

int rquota_getquota ( nfs_arg_t parg,
exportlist_t pexport,
fsal_op_context_t pcontext,
nfs_worker_data_t pworker,
struct svc_req *  preq,
nfs_res_t pres 
)

The Rquota getquota function, for all versions.

The RQUOTA getquota function, for all versions.

Parameters:
[in]pargIgnored
[in]pexportIgnored
[in]pcontextIgnored
[in]pworkerIgnored
[in]preqIgnored
[out]presIgnored

Definition at line 66 of file rquota_getquota.c.

int rquota_Null ( nfs_arg_t parg,
exportlist_t pexport,
fsal_op_context_t pcontext,
nfs_worker_data_t pworker,
struct svc_req *  preq,
nfs_res_t pres 
)

The RQUOTA proc null function, for all versions.

The RQUOTA proc null function, for all versions.

Parameters:
[in]pargIgnored
[in]pexportIgnored
[in]pcontextIgnored
[in]pworkerIgnored
[in]preqIgnored
[out]presIgnored

Definition at line 65 of file rquota_Null.c.

int rquota_setactivequota ( nfs_arg_t parg,
exportlist_t pexport,
fsal_op_context_t pcontext,
nfs_worker_data_t pworker,
struct svc_req *  preq,
nfs_res_t pres 
)

The Rquota setactivequota function, for all versions.

The RQUOTA setactivequota function, for all versions.

Parameters:
[in]pargIgnored
[in]pexportIgnored
[in]pcontextIgnored
[in]pworkerIgnored
[in]preqIgnored
[out]presIgnored

Definition at line 66 of file rquota_setactivequota.c.

int rquota_setquota ( nfs_arg_t parg,
exportlist_t pexport,
fsal_op_context_t pcontext,
nfs_worker_data_t pworker,
struct svc_req *  preq,
nfs_res_t pres 
)

The Rquota setquota function, for all versions.

The RQUOTA setquota function, for all versions.

Parameters:
[in]pargIgnored
[in]pexportIgnored
[in]pcontextIgnored
[in]pworkerIgnored
[in]preqIgnored
[out]presIgnored

Definition at line 66 of file rquota_setquota.c.