|
nfs-ganesha 1.4
|
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) |
Routines used for managing the NFS4 COMPOUND functions.
nfs41_op_close.c : Routines used for managing the NFS4 COMPOUND functions.
Definition in file nfs41_op_close.c.
| #define arg_CLOSE4 op->nfs_argop4_u.opclose |
nfs41_op_close: Implemtation of NFS4_OP_CLOSE
Implemtation of NFS4_OP_CLOSE.
| 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 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.
| 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.
| resp | [INOUT] Pointer to nfs4_op results |
Definition at line 256 of file nfs41_op_close.c.
1.7.3