| 
    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_layoutcommit (LAYOUTCOMMIT4args *playoutcommitargs, compound_data_t *data, LAYOUTCOMMIT4res *playoutcommitres) | 
| nfsstat4 PARALLEL_FS_pnfs_layoutcommit | ( | LAYOUTCOMMIT4args * | playoutcommitargs, | 
| compound_data_t * | data, | ||
| LAYOUTCOMMIT4res * | playoutcommitres | ||
| ) | 
pnfs_parallel_fs_layoutcommit: manages the OP4_LAYOUTCOMMIT operation for pNFS/File on top of PARALLEL_FS
Manages the OP4_LAYOUTCOMMIT operation for pNFS/File on top of PARALLEL_FS
| playoutcommitargs | [IN] pointer to layoutcommit's arguments | 
| data | [INOUT] pointer to related compoud request | 
| playoutcommitres | [OUT] pointer to layoutcommit's results | 
Definition at line 66 of file pnfs_layoutcommit.c.
 1.7.3