ReactOS 0.4.16-dev-334-g4d9f67c
|
#include <nfs41_ops.h>
Public Attributes | |
bool_t | reclaim |
enum pnfs_layout_type | type |
enum pnfs_iomode | iomode |
enum pnfs_return_type | return_type |
uint64_t | offset |
uint64_t | length |
stateid4 * | stateid |
Definition at line 954 of file nfs41_ops.h.
enum pnfs_iomode __pnfs_layoutreturn_args::iomode |
Definition at line 957 of file nfs41_ops.h.
Referenced by pnfs_rpc_layoutreturn().
uint64_t __pnfs_layoutreturn_args::length |
Definition at line 961 of file nfs41_ops.h.
Referenced by pnfs_rpc_layoutreturn().
uint64_t __pnfs_layoutreturn_args::offset |
Definition at line 960 of file nfs41_ops.h.
Referenced by pnfs_rpc_layoutreturn().
bool_t __pnfs_layoutreturn_args::reclaim |
Definition at line 955 of file nfs41_ops.h.
Referenced by pnfs_rpc_layoutreturn().
enum pnfs_return_type __pnfs_layoutreturn_args::return_type |
Definition at line 958 of file nfs41_ops.h.
Referenced by pnfs_rpc_layoutreturn().
stateid4* __pnfs_layoutreturn_args::stateid |
Definition at line 962 of file nfs41_ops.h.
Referenced by pnfs_rpc_layoutreturn().
enum pnfs_layout_type __pnfs_layoutreturn_args::type |
Definition at line 956 of file nfs41_ops.h.
Referenced by pnfs_rpc_layoutreturn().