nfs-ganesha 1.4
Functions

xdr_rquota.c File Reference

#include "rquota.h"

Go to the source code of this file.

Functions

bool_t xdr_sq_dqblk (XDR *xdrs, sq_dqblk *objp)
bool_t xdr_getquota_args (XDR *xdrs, getquota_args *objp)
bool_t xdr_setquota_args (XDR *xdrs, setquota_args *objp)
bool_t xdr_ext_getquota_args (XDR *xdrs, ext_getquota_args *objp)
bool_t xdr_ext_setquota_args (XDR *xdrs, ext_setquota_args *objp)
bool_t xdr_rquota (XDR *xdrs, rquota *objp)
bool_t xdr_qr_status (XDR *xdrs, qr_status *objp)
bool_t xdr_getquota_rslt (XDR *xdrs, getquota_rslt *objp)
bool_t xdr_setquota_rslt (XDR *xdrs, setquota_rslt *objp)

Function Documentation

bool_t xdr_ext_getquota_args ( XDR *  xdrs,
ext_getquota_args objp 
)

Definition at line 132 of file xdr_rquota.c.

bool_t xdr_ext_setquota_args ( XDR *  xdrs,
ext_setquota_args objp 
)

Definition at line 145 of file xdr_rquota.c.

bool_t xdr_getquota_args ( XDR *  xdrs,
getquota_args objp 
)

Definition at line 106 of file xdr_rquota.c.

bool_t xdr_getquota_rslt ( XDR *  xdrs,
getquota_rslt objp 
)

Definition at line 281 of file xdr_rquota.c.

bool_t xdr_qr_status ( XDR *  xdrs,
qr_status objp 
)

Definition at line 272 of file xdr_rquota.c.

bool_t xdr_rquota ( XDR *  xdrs,
rquota objp 
)

Definition at line 162 of file xdr_rquota.c.

bool_t xdr_setquota_args ( XDR *  xdrs,
setquota_args objp 
)

Definition at line 117 of file xdr_rquota.c.

bool_t xdr_setquota_rslt ( XDR *  xdrs,
setquota_rslt objp 
)

Definition at line 303 of file xdr_rquota.c.

bool_t xdr_sq_dqblk ( XDR *  xdrs,
sq_dqblk objp 
)

Definition at line 12 of file xdr_rquota.c.