nfs-ganesha 1.4
|
Routines used for managing the NFS4 COMPOUND functions. More...
#include <pthread.h>
#include "log.h"
#include "nfs4.h"
#include "sal_functions.h"
#include "nfs_proto_tools.h"
#include "nfs_proto_functions.h"
Go to the source code of this file.
Defines | |
#define | arg_CLOSE4 op->nfs_argop4_u.opclose |
#define | res_CLOSE4 resp->nfs_resop4_u.opclose |
Functions | |
int | nfs4_op_close (struct nfs_argop4 *op, compound_data_t *data, struct nfs_resop4 *resp) |
void | nfs4_op_close_Free (CLOSE4res *resp) |
void | nfs4_op_close_CopyRes (CLOSE4res *resp_dst, CLOSE4res *resp_src) |
Routines used for managing the NFS4 COMPOUND functions.
nfs4_op_close.c : Routines used for managing the NFS4 COMPOUND functions.
Definition in file nfs4_op_close.c.
#define arg_CLOSE4 op->nfs_argop4_u.opclose |
nfs4_op_close: Implemtation of NFS4_OP_CLOSE
Implemtation of NFS4_OP_CLOSE. Implementation is partial for now, so it always returns NFS4_OK.
op | [IN] pointer to nfs4_op arguments |
data | [INOUT] Pointer to the compound request's data |
resp | [IN] Pointer to nfs4_op results |
Definition at line 65 of file nfs4_op_close.c.
#define res_CLOSE4 resp->nfs_resop4_u.opclose |
Definition at line 66 of file nfs4_op_close.c.