nfs-ganesha 1.4
|
#include <stdio.h>
#include <string.h>
#include <pthread.h>
#include <fcntl.h>
#include <sys/file.h>
#include <stdint.h>
#include "HashData.h"
#include "HashTable.h"
#include "log.h"
#include "ganesha_rpc.h"
#include "nfs23.h"
#include "nfs4.h"
#include "mount.h"
#include "nfs_core.h"
#include "cache_inode.h"
#include "nfs_exports.h"
#include "nfs_creds.h"
#include "nfs_proto_functions.h"
#include "nfs_proto_tools.h"
#include "nfs_file_handle.h"
#include "nfs_tools.h"
Go to the source code of this file.
Defines | |
#define | arg_LAYOUTGET4 op->nfs_argop4_u.oplayoutget |
The NFS4_OP_LAYOUTGET operation. | |
#define | res_LAYOUTGET4 resp->nfs_resop4_u.oplayoutget |
Functions | |
int | nfs41_op_layoutget (struct nfs_argop4 *op, compound_data_t *data, struct nfs_resop4 *resp) |
void | nfs41_op_layoutget_Free (LAYOUTGET4res *resp) |
#define arg_LAYOUTGET4 op->nfs_argop4_u.oplayoutget |
The NFS4_OP_LAYOUTGET operation.
This function implements the NFS4_OP_LAYOUTGET 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 95 of file nfs41_op_layoutget.c.
#define res_LAYOUTGET4 resp->nfs_resop4_u.oplayoutget |
Definition at line 96 of file nfs41_op_layoutget.c.
int nfs41_op_layoutget | ( | struct nfs_argop4 * | op, |
compound_data_t * | data, | ||
struct nfs_resop4 * | resp | ||
) |
Definition at line 98 of file nfs41_op_layoutget.c.
void nfs41_op_layoutget_Free | ( | LAYOUTGET4res * | resp | ) |
nfs41_op_layoutget_Free: frees what was allocared to handle nfs41_op_layoutget.
Frees what was allocared to handle nfs41_op_layoutget.
resp | [INOUT] Pointer to nfs4_op results |
Definition at line 288 of file nfs41_op_layoutget.c.