nfs-ganesha 1.4
Functions

pnfs_layoutreturn.c File Reference

#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)

Function Documentation

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

Parameters:
playoutreturnargs[IN] pointer to layoutreturn's arguments
data[INOUT] pointer to related compoud request
playoutreturnres[OUT] pointer to layoutreturnt's results
Returns:
NFSv4 status (with NFSv4 error code)

Definition at line 66 of file pnfs_layoutreturn.c.