nfs-ganesha 1.4
Defines | Functions

nfs41_op_destroy_session.c File Reference

#include "sal_functions.h"

Go to the source code of this file.

Defines

#define arg_DESTROY_SESSION4   op->nfs_argop4_u.opdestroy_session
#define res_DESTROY_SESSION4   resp->nfs_resop4_u.opdestroy_session

Functions

int nfs41_op_destroy_session (struct nfs_argop4 *op, compound_data_t *data, struct nfs_resop4 *resp)
 The NFS4_OP_DESTROY_SESSION operation.
void nfs41_op_destroy_session_Free (DESTROY_SESSION4res *resp)

Define Documentation

#define arg_DESTROY_SESSION4   op->nfs_argop4_u.opdestroy_session
#define res_DESTROY_SESSION4   resp->nfs_resop4_u.opdestroy_session

Function Documentation

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

The NFS4_OP_DESTROY_SESSION operation.

The NFS4_OP_DESTROY_SESSION operation.

Parameters:
[in]opnfs4_op arguments
[in,out]dataCompound request's data
[out]respnfs4_op results
Returns:
NFS4_OK if successfull, other values show an error.
See also:
nfs4_Compound

Definition at line 60 of file nfs41_op_destroy_session.c.

void nfs41_op_destroy_session_Free ( DESTROY_SESSION4res resp)

nfs41_op_destroy_session_Free: frees what was allocared to handle nfs41_op_destroy_session.

Frees what was allocared to handle nfs41_op_destroy_session.

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

Definition at line 88 of file nfs41_op_destroy_session.c.