nfs-ganesha 1.4
Defines | Functions

nfs41_op_close.c File Reference

Routines used for managing the NFS4 COMPOUND functions. More...

#include <pthread.h>
#include <stdint.h>
#include "log.h"
#include "nfs4.h"
#include "sal_functions.h"
#include "nfs_proto_functions.h"
#include "nfs_proto_tools.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 nfs41_op_close (struct nfs_argop4 *op, compound_data_t *data, struct nfs_resop4 *resp)
void nfs41_op_close_Free (CLOSE4res *resp)

Detailed Description

Routines used for managing the NFS4 COMPOUND functions.

Author:
Author:
deniel

nfs41_op_close.c : Routines used for managing the NFS4 COMPOUND functions.

Definition in file nfs41_op_close.c.


Define Documentation

#define arg_CLOSE4   op->nfs_argop4_u.opclose

nfs41_op_close: Implemtation of NFS4_OP_CLOSE

Implemtation of NFS4_OP_CLOSE.

Parameters:
op[IN] pointer to nfs4_op arguments
data[INOUT] Pointer to the compound request's data
resp[IN] Pointer to nfs4_op results
Returns:
NFS4_OK

Definition at line 64 of file nfs41_op_close.c.

#define res_CLOSE4   resp->nfs_resop4_u.opclose

Definition at line 65 of file nfs41_op_close.c.


Function Documentation

int nfs41_op_close ( struct nfs_argop4 op,
compound_data_t data,
struct nfs_resop4 resp 
)

Definition at line 67 of file nfs41_op_close.c.

void nfs41_op_close_Free ( CLOSE4res resp)

nfs41_op_close_Free: frees what was allocared to handle nfs4_op_close.

Frees what was allocared to handle nfs4_op_close.

Parameters:
resp[INOUT] Pointer to nfs4_op results
Returns:
nothing (void function )

Definition at line 256 of file nfs41_op_close.c.