| nfs-ganesha 1.4 | 
#include "sal_functions.h"Go to the source code of this file.
| Defines | |
| #define | arg_SEQUENCE4 op->nfs_argop4_u.opsequence | 
| #define | res_SEQUENCE4 resp->nfs_resop4_u.opsequence | 
| Functions | |
| int | nfs41_op_sequence (struct nfs_argop4 *op, compound_data_t *data, struct nfs_resop4 *resp) | 
| the NFS4_OP_SEQUENCE operation | |
| void | nfs41_op_sequence_Free (SEQUENCE4res *resp) | 
Routines used for managing the NFS4_OP_SEQUENCE operation.
Definition in file nfs41_op_sequence.c.
| #define arg_SEQUENCE4 op->nfs_argop4_u.opsequence | 
| #define res_SEQUENCE4 resp->nfs_resop4_u.opsequence | 
| int nfs41_op_sequence | ( | struct nfs_argop4 * | op, | 
| compound_data_t * | data, | ||
| struct nfs_resop4 * | resp | ||
| ) | 
the NFS4_OP_SEQUENCE operation
This functions handles the NFS4_OP_SEQUENCE operation in NFSv4. This function can be called only from nfs4_Compound.
| [in] | op | nfs4_op arguments | 
| [in,out] | data | Compound request's data | 
| [out] | resp | nfs4_op results | 
Definition at line 62 of file nfs41_op_sequence.c.
| void nfs41_op_sequence_Free | ( | SEQUENCE4res * | resp | ) | 
nfs41_op_sequence_Free: frees what was allocared to handle nfs41_op_sequence.
Frees what was allocared to handle nfs41_op_sequence.
| resp | [INOUT] Pointer to nfs4_op results | 
Definition at line 201 of file nfs41_op_sequence.c.
 1.7.3
 1.7.3