nfs-ganesha 1.4
|
#include <stdio.h>
#include <string.h>
#include <pthread.h>
#include <fcntl.h>
#include <sys/file.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_tools.h"
#include "nfs_rpc_callback.h"
Go to the source code of this file.
Functions | |
int | nfs_cb_Null (nfs_arg_t *parg, exportlist_t *pexport, fsal_op_context_t *pcontext, hash_table_t *ht, struct svc_req *preq, nfs_res_t *pres) |
void | nfs_cb_Null_Free (nfs_res_t *resp) |
int nfs_cb_Null | ( | nfs_arg_t * | parg, |
exportlist_t * | pexport, | ||
fsal_op_context_t * | pcontext, | ||
hash_table_t * | ht, | ||
struct svc_req * | preq, | ||
nfs_res_t * | pres | ||
) |
nfs_cb_Null: The NFS4/CB proc null function, for all versions.
The NFS proc null function, for all versions.
parg | [IN] ignored |
pexportlist | [IN] ignored |
pcontextp | [IN] ignored |
pclient | [INOUT] ignored |
ht | [INOUT] ignored |
preq | [IN] ignored |
pres | [OUT] ignored |
Definition at line 80 of file nfs4_cb_Null.c.
void nfs_cb_Null_Free | ( | nfs_res_t * | resp | ) |
nfs_cb_Null_Free: Frees the result structure allocated for nfs_Null.
Frees the result structure allocated for nfs_Null.
pres | [INOUT] Pointer to the result structure. |
Definition at line 99 of file nfs4_cb_Null.c.