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 <rpc/types.h>
#include <rpc/rpc.h>
#include <rpc/auth.h>
#include <rpc/pmap_clnt.h>
#include "log.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_file_handle.h"
#include "nfs_tools.h"
#include "pnfs.h"
#include "pnfs_internal.h"
Go to the source code of this file.
Functions | |
nfsstat4 | PARALLEL_FS_pnfs_layoutreturn (LAYOUTRETURN4args *playoutreturnargs, compound_data_t *data, LAYOUTRETURN4res *playoutreturnres) |
nfsstat4 PARALLEL_FS_pnfs_layoutreturn | ( | LAYOUTRETURN4args * | playoutreturnargs, |
compound_data_t * | data, | ||
LAYOUTRETURN4res * | playoutreturnres | ||
) |
pnfs_parallel_fs_layoutreturn: manages the OP4_LAYOUTRETURN operation for pNFS/File on top of PARALLE_FS
Manages the OP4_LAYOUTRETURNT operation for pNFS/File on top of PARALLE_FS
playoutreturnargs | [IN] pointer to layoutreturn's arguments |
data | [INOUT] pointer to related compoud request |
playoutreturnres | [OUT] pointer to layoutreturnt's results |
Definition at line 66 of file pnfs_layoutreturn.c.