IDA C++ SDK 9.2
|
Describes miscellaneous file attributes. More...
#include <pro.h>
Public Attributes | |
uint64 | qst_dev |
ID of device containing file. | |
uint32 | qst_ino |
inode number | |
uint32 | qst_mode |
protection | |
uint32 | qst_nlink |
number of hard links | |
uint32 | qst_uid |
user ID of owner | |
uint32 | qst_gid |
group ID of owner | |
uint64 | qst_rdev |
device ID (if special file) | |
qoff64_t | qst_size |
total size, in bytes | |
int32 | qst_blksize |
blocksize for file system I/O | |
int32 | qst_blocks |
number of 512B blocks allocated | |
qtime64_t | qst_atime |
time of last access | |
qtime64_t | qst_mtime |
time of last modification | |
qtime64_t | qst_ctime |
time of last status change |
Describes miscellaneous file attributes.
uint64 qstatbuf::qst_dev |
ID of device containing file.
uint32 qstatbuf::qst_ino |
inode number
uint32 qstatbuf::qst_mode |
protection
uint32 qstatbuf::qst_nlink |
number of hard links
uint32 qstatbuf::qst_uid |
user ID of owner
uint32 qstatbuf::qst_gid |
group ID of owner
uint64 qstatbuf::qst_rdev |
device ID (if special file)
qoff64_t qstatbuf::qst_size |
total size, in bytes
int32 qstatbuf::qst_blksize |
blocksize for file system I/O
int32 qstatbuf::qst_blocks |
number of 512B blocks allocated
qtime64_t qstatbuf::qst_atime |
time of last access
qtime64_t qstatbuf::qst_mtime |
time of last modification
qtime64_t qstatbuf::qst_ctime |
time of last status change