nfs-ganesha 1.4
|
#include <gpfs_nfs.h>
Public Attributes | |
u_int32_t | handle_size |
u_int32_t | handle_type |
u_int16_t | handle_version |
u_int16_t | handle_key_size |
unsigned char | f_handle [OPENHANDLE_HANDLE_LEN] |
The following structures are also defined in the kernel module, and if any change happens it needs to happen both places. They are the same except for the change of file_handle.f_handle to a static 20 character array to work better with the way that ganesha does memory management.
Definition at line 122 of file gpfs_nfs.h.
unsigned char gpfs_file_handle::f_handle |
Definition at line 129 of file gpfs_nfs.h.
u_int16_t gpfs_file_handle::handle_key_size |
Definition at line 127 of file gpfs_nfs.h.
u_int32_t gpfs_file_handle::handle_size |
Definition at line 124 of file gpfs_nfs.h.
u_int32_t gpfs_file_handle::handle_type |
Definition at line 125 of file gpfs_nfs.h.
u_int16_t gpfs_file_handle::handle_version |
Definition at line 126 of file gpfs_nfs.h.