Searched defs:kernel_stat (Results 1 – 12 of 12) sorted by relevance
10 struct kernel_stat struct33 struct kernel_stat argument40 long int st_uid;41 long int st_gid;43 long int __pad2[2];44 long int st_size;45 long int __pad3;52 long int st_blksize;53 long int st_blocks;55 long st_pad4[8];[all …]
2 struct kernel_stat { struct9 unsigned long st_rdev;10 unsigned long st_size;11 struct timespec st_atim;12 struct timespec st_mtim;13 struct timespec st_ctim;14 long st_blksize;15 long st_blocks;21 short st_fstype;25 unsigned long st_uid;[all …]
20 struct kernel_stat struct22 unsigned long st_dev; /* Device. */24 unsigned int st_mode; /* File mode. */25 unsigned int st_nlink; /* Link count. */29 unsigned long __pad2;34 int __pad3;38 struct timespec st_atim;39 struct timespec st_mtim;40 struct timespec st_ctim;43 unsigned int __glibc_reserved4;[all …]
2 struct kernel_stat struct4 unsigned short int st_dev;5 unsigned short int __pad1;7 unsigned long int st_ino;8 unsigned short int st_mode;10 unsigned short int st_uid;11 unsigned short int st_gid;13 unsigned short int __pad2;18 struct timespec st_atim;19 struct timespec st_mtim;[all …]
19 struct kernel_stat struct21 unsigned int st_dev;22 unsigned int st_ino;23 unsigned int st_mode;24 unsigned short st_nlink;25 unsigned int st_uid;26 unsigned int st_gid;27 unsigned int st_rdev;31 struct timespec st_atim;32 struct timespec st_mtim;[all …]
2 struct kernel_stat struct4 unsigned short int st_dev;5 unsigned long int st_ino;7 short int st_nlink;8 unsigned short int st_uid;11 long int st_size;12 struct timespec st_atim;13 struct timespec st_mtim;14 struct timespec st_ctim;15 long int st_blksize;[all …]
5 struct kernel_stat struct25 struct kernel_stat64 argument
2 struct kernel_stat struct22 struct kernel_stat64 argument
Completed in 12 milliseconds