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 "ganesha_rpc.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_proto_tools.h"
#include <assert.h>
Go to the source code of this file.
Classes | |
struct | nfs2_readdir_cb_data |
Opaque bookkeeping structure for NFSv2 readdir. More... | |
struct | nfs3_readdir_cb_data |
Opaque bookkeeping structure for NFSv3 readdir. More... | |
Defines | |
#define | RES_READDIR2_OK res->res_readdir2.READDIR2res_u.readdirok |
#define | RES_READDIR3_OK res->res_readdir3.READDIR3res_u.resok |
#define | RES_READDIR3_FAIL res->res_readdir3.READDIR3res_u.resfail |
Functions | |
int | nfs_Readdir (nfs_arg_t *arg, exportlist_t *export, fsal_op_context_t *context, nfs_worker_data_t *worker, struct svc_req *req, nfs_res_t *res) |
The NFS PROC2 and PROC3 READDIR. | |
void | nfs2_Readdir_Free (nfs_res_t *resp) |
void | nfs3_Readdir_Free (nfs_res_t *resp) |
Routines used for managing the NFS4 COMPOUND functions.
nfs_Readdir.c : Routines used for managing the NFS4 COMPOUND functions.
Definition in file nfs_Readdir.c.
#define RES_READDIR2_OK res->res_readdir2.READDIR2res_u.readdirok |
#define RES_READDIR3_FAIL res->res_readdir3.READDIR3res_u.resfail |
#define RES_READDIR3_OK res->res_readdir3.READDIR3res_u.resok |