| 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_getdevicelist (GETDEVICELIST4args *pgetdevicelistargs, compound_data_t *data, GETDEVICELIST4res *pgetdevicelistres) | 
| nfsstat4 PARALLEL_FS_pnfs_getdevicelist | ( | GETDEVICELIST4args * | pgetdevicelistargs, | 
| compound_data_t * | data, | ||
| GETDEVICELIST4res * | pgetdevicelistres | ||
| ) | 
pnfs_parallel_fs_getdevicelist: manages the OP4_GETDEVICELIST operation for pNFS/File on top of PARALLEL_FS
Manages the OP4_GETDEVICELIST operation for pNFS/File on top of PARALLEL_FS
| pgetdevicelistargs | [IN] pointer to getdevicelist's arguments | 
| data | [INOUT] pointer to related compoud request | 
| pgetdevicelistres | [OUT] pointer to getdevicelistt's results | 
Definition at line 67 of file pnfs_getdevicelist.c.
 1.7.3
 1.7.3