|
nfs-ganesha 1.4
|
Routines used for managing the NFS4 COMPOUND functions. More...
#include <stdio.h>#include <string.h>#include <pthread.h>#include "HashData.h"#include "HashTable.h"#include "log.h"#include "ganesha_rpc.h"#include "nfs4.h"#include "nfs_core.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_LOCKU4 op->nfs_argop4_u.oplocku |
| #define | res_LOCKU4 resp->nfs_resop4_u.oplocku |
Functions | |
| int | nfs41_op_locku (struct nfs_argop4 *op, compound_data_t *data, struct nfs_resop4 *resp) |
| void | nfs41_op_locku_Free (LOCKU4res *resp) |
Routines used for managing the NFS4 COMPOUND functions.
nfs41_op_locku.c : Routines used for managing the NFS4 COMPOUND functions.
Definition in file nfs41_op_locku.c.
| #define arg_LOCKU4 op->nfs_argop4_u.oplocku |
nfs41_op_locku: The NFS4_OP_LOCKU operation.
This function implements the NFS4_OP_LOCKU operation.
| 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 75 of file nfs41_op_locku.c.
| #define res_LOCKU4 resp->nfs_resop4_u.oplocku |
Definition at line 76 of file nfs41_op_locku.c.
| int nfs41_op_locku | ( | struct nfs_argop4 * | op, |
| compound_data_t * | data, | ||
| struct nfs_resop4 * | resp | ||
| ) |
Definition at line 78 of file nfs41_op_locku.c.
| void nfs41_op_locku_Free | ( | LOCKU4res * | resp | ) |
nfs41_op_locku_Free: frees what was allocared to handle nfs41_op_locku.
Frees what was allocared to handle nfs41_op_locku.
| resp | [INOUT] Pointer to nfs4_op results |
Definition at line 197 of file nfs41_op_locku.c.
1.7.3