#include <iotypes.h>
Data Fields | |
glite_int32 | dev |
The device. | |
glite_int64 | ino |
The inode on the remote Storage System. | |
glite_int32 | mode |
The file protection and type bits. | |
glite_int32 | nlink |
The number of hard links on the remote Storage System. | |
glite_int32 | uid |
The user ID of owner on the remote Storage System. | |
glite_int32 | gid |
The group ID of owner on the remote Storage System. | |
glite_int32 | rdev |
The device type (if inode device). | |
glite_int64 | size |
The total size, in bytes. | |
glite_int32 | blksize |
The blocksize for remote Storage Element filesystem I/O. | |
glite_int64 | blocks |
The number of blocks allocated on the remote Storage System. | |
glite_time_t | atime |
Time of last access. | |
glite_time_t | mtime |
Time of last modification. | |
glite_time_t | ctime |
Time of last change. | |
char | guid [GLITE_GUID_LENGTH] |
File GUID. | |
char | lfn [GLITE_LFN_LENGTH] |
The logical file name. | |
char | surl [GLITE_SURL_LENGTH] |
The physical file name. | |
char | owner [GLITE_NAME_LENGTH] |
The name of the owner. | |
char | group [GLITE_NAME_LENGTH] |
The group name of owner. |
The meaning of each field is the same as the posix stat64 structure, which extends addition the guid, lfn, surl, owner and group fields
Definition at line 42 of file iotypes.h.
|
Time of last access.
|
|
The blocksize for remote Storage Element filesystem I/O.
|
|
The number of blocks allocated on the remote Storage System.
|
|
Time of last change.
|
|
The device.
|
|
The group ID of owner on the remote Storage System.
|
|
The group name of owner.
|
|
File GUID.
|
|
The inode on the remote Storage System.
|
|
The logical file name.
|
|
The file protection and type bits.
|
|
Time of last modification.
|
|
The number of hard links on the remote Storage System.
|
|
The name of the owner.
|
|
The device type (if inode device).
|
|
The total size, in bytes.
|
|
The physical file name.
|
|
The user ID of owner on the remote Storage System.
|