nfs-ganesha 1.4
|
Public Attributes | |
long | d_ino |
long | d_off |
unsigned short | d_reclen |
char | d_name [] |
FSAL_readdir : Read the entries of an opened directory.
dir_descriptor | (input): Pointer to the directory descriptor filled by FSAL_opendir. |
start_position | (input): Cookie that indicates the first object to be read during this readdir operation. This should be :
|
get_attr_mask | (input) Specify the set of attributes to be retrieved for directory entries. |
buffersize | (input) The size (in bytes) of the buffer where the direntries are to be stored. |
pdirent | (output) Adresse of the buffer where the direntries are to be stored. |
end_position | (output) Cookie that indicates the current position in the directory. |
nb_entries | (output) Pointer to the number of entries read during the call. |
end_of_dir | (output) Pointer to a boolean that indicates if the end of dir has been reached during the call. |
Definition at line 143 of file FSAL_GPFS/fsal_dirs.c.
long linux_dirent::d_ino |
Definition at line 145 of file FSAL_GPFS/fsal_dirs.c.
char linux_dirent::d_name |
Definition at line 148 of file FSAL_GPFS/fsal_dirs.c.
long linux_dirent::d_off |
Definition at line 146 of file FSAL_GPFS/fsal_dirs.c.
unsigned short linux_dirent::d_reclen |
Definition at line 147 of file FSAL_GPFS/fsal_dirs.c.