|
nfs-ganesha 1.4
|
Routines used for managing the NFS4 COMPOUND functions. More...
#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 "nfs23.h"#include "nfs4.h"#include "mount.h"#include "nfs_core.h"#include "cache_inode.h"#include "cache_inode_lru.h"#include "cache_inode_weakref.h"#include "nfs_exports.h"#include "nfs_creds.h"#include "nfs_proto_functions.h"#include "nfs_tools.h"#include "nfs_file_handle.h"#include "nfs_proto_tools.h"#include <assert.h>Go to the source code of this file.
Classes | |
| struct | nfs3_readdirplus_cb_data |
| Opaque bookkeeping structure for NFSv3 READDIRPLUS. More... | |
Defines | |
| #define | RES_READDIRPLUS_REPLY |
| #define | RESREADDIRPLUSREPLY resp->res_readdirplus3.READDIRPLUS3res_u.resok.reply |
Functions | |
| int | nfs3_Readdirplus (nfs_arg_t *arg, exportlist_t *export, fsal_op_context_t *context, nfs_worker_data_t *pworker, struct svc_req *req, nfs_res_t *res) |
| The NFS PROC3 READDIRPLUS. | |
| void | nfs3_Readdirplus_Free (nfs_res_t *resp) |
| Frees the result structure allocated for nfs3_Readdirplus. | |
Routines used for managing the NFS4 COMPOUND functions.
nfs3_Readdirplus.c : Routines used for managing the NFS4 COMPOUND functions.
Definition in file nfs3_Readdirplus.c.
| #define RES_READDIRPLUS_REPLY |
pres->res_readdirplus3.READDIRPLUS3res_u \
.resok.reply
| #define RESREADDIRPLUSREPLY resp->res_readdirplus3.READDIRPLUS3res_u.resok.reply |
1.7.3