nfs-ganesha 1.4
Functions

pnfs_layoutget.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 "abstract_mem.h"
#include "pnfs_internal.h"

Go to the source code of this file.

Functions

nfsstat4 PARALLEL_FS_pnfs_layoutget (LAYOUTGET4args *playoutgetargs, compound_data_t *data, LAYOUTGET4res *playoutgetres)

Function Documentation

nfsstat4 PARALLEL_FS_pnfs_layoutget ( LAYOUTGET4args playoutgetargs,
compound_data_t data,
LAYOUTGET4res playoutgetres 
)

Todo:
manages more than one segment
Todo:
It should be better to use xdr_nfsv4_1_file_layout4 on a xdrmem stream
Todo:
: this part of the code is to be reviewed

Definition at line 54 of file pnfs_layoutget.c.