| 
    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 "log.h"#include "ganesha_rpc.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_getdeviceinfo (GETDEVICEINFO4args *pgetdeviceinfoargs, compound_data_t *data, GETDEVICEINFO4res *pgetdeviceinfores) | 
Variables | |
| pnfs_parameter_t | pnfs_param | 
| nfsstat4 PARALLEL_FS_pnfs_getdeviceinfo | ( | GETDEVICEINFO4args * | pgetdeviceinfoargs, | 
| compound_data_t * | data, | ||
| GETDEVICEINFO4res * | pgetdeviceinfores | ||
| ) | 
Definition at line 57 of file pnfs_getdeviceinfo.c.
pnfs_parallel_fs_getdeviceinfo: manages the OP4_GETDEVICEINFO operation for pNFS/File on top of PARALLEL_FS
Manages the OP4_GETDEVICEINFOT operation for pNFS/File on top of PARALLEL_FS
| pgetdeviceinfoargs | [IN] pointer to getdeviceinfo's arguments | 
| data | [INOUT] pointer to related compoud request | 
| pgetdeviceinfores | [OUT] pointer to getdeviceinfot's results | 
Definition at line 55 of file pnfs_getdeviceinfo.c.
 1.7.3