| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | stat.h | 19 struct stat64 { struct 20 compat_u64 st_dev; 21 unsigned char __pad0[4]; 24 compat_ulong_t __st_ino; 25 compat_uint_t st_mode; 26 compat_uint_t st_nlink; 28 compat_ulong_t st_uid; 29 compat_ulong_t st_gid; 31 compat_u64 st_rdev; 32 unsigned char __pad3[4]; [all …]
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | stat.h | 26 struct stat64 { struct 27 unsigned long st_dev; 28 unsigned long st_ino; 29 unsigned long st_nlink; 31 unsigned int st_mode; 32 unsigned int st_uid; 33 unsigned int st_gid; 34 unsigned int __pad0; 36 unsigned long st_rdev; 37 long st_size; [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | ia32.h | 29 struct stat64 { struct 30 unsigned long long st_dev; 31 unsigned char __pad0[4]; 34 unsigned int __st_ino; 36 unsigned int st_mode; 37 unsigned int st_nlink; 39 unsigned int st_uid; 40 unsigned int st_gid; 42 unsigned long long st_rdev; 43 unsigned char __pad3[4]; [all …]
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | stat.h | 26 struct stat64 { struct 27 unsigned long st_dev; 28 unsigned long st_ino; 29 unsigned long st_rdev; 30 long st_size; 31 unsigned long st_blocks; 33 unsigned int st_mode; 34 unsigned int st_uid; 35 unsigned int st_gid; 36 unsigned int st_blksize; [all …]
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/ |
| H A D | stat.h | 38 struct stat64 { struct 39 unsigned long long st_dev; /* Device */ 40 unsigned long long st_ino; /* File serial number */ 41 unsigned int st_mode; /* File mode. */ 42 unsigned int st_nlink; /* Link count. */ 43 unsigned int st_uid; /* User ID of the file's owner. */ 44 unsigned int st_gid; /* Group ID of the file's group. */ 45 unsigned long long st_rdev; /* Device number, if device. */ 46 long long st_size; /* Size of file, in bytes. */ 47 unsigned long st_blksize; /* Optimal block size for I/O. */ [all …]
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | stat.h | 49 struct stat64 { struct 50 unsigned long long st_dev; /* Device. */ 51 unsigned long long st_ino; /* File serial number. */ 52 unsigned int st_mode; /* File mode. */ 53 unsigned int st_nlink; /* Link count. */ 54 unsigned int st_uid; /* User ID of the file's owner. */ 55 unsigned int st_gid; /* Group ID of the file's group. */ 56 unsigned long long st_rdev; /* Device number, if device. */ 57 unsigned long long __pad1; 58 long long st_size; /* Size of file, in bytes. */ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | stat.h | 49 struct stat64 { struct 50 unsigned long long st_dev; /* Device. */ 51 unsigned long long st_ino; /* File serial number. */ 52 unsigned int st_mode; /* File mode. */ 53 unsigned int st_nlink; /* Link count. */ 54 unsigned int st_uid; /* User ID of the file's owner. */ 55 unsigned int st_gid; /* Group ID of the file's group. */ 56 unsigned long long st_rdev; /* Device number, if device. */ 57 unsigned long long __pad1; 58 long long st_size; /* Size of file, in bytes. */ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | stat.h | 49 struct stat64 { struct 50 unsigned long long st_dev; /* Device. */ 51 unsigned long long st_ino; /* File serial number. */ 52 unsigned int st_mode; /* File mode. */ 53 unsigned int st_nlink; /* Link count. */ 54 unsigned int st_uid; /* User ID of the file's owner. */ 55 unsigned int st_gid; /* Group ID of the file's group. */ 56 unsigned long long st_rdev; /* Device number, if device. */ 57 unsigned long long __pad1; 58 long long st_size; /* Size of file, in bytes. */ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | struct_stat.h | 85 struct stat64 struct 87 __dev_t st_dev; /* Device. */ 88 __ino64_t st_ino; /* File serial number. */ 89 __mode_t st_mode; /* File mode. */ 90 __nlink_t st_nlink; /* Link count. */ 91 __uid_t st_uid; /* User ID of the file's owner. */ 92 __gid_t st_gid; /* Group ID of the file's group.*/ 93 __dev_t st_rdev; /* Device number, if device. */ 94 __dev_t __pad1; 95 __off64_t st_size; /* Size of file, in bytes. */ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | struct_stat.h | 86 struct stat64 struct 88 __dev_t st_dev; /* Device. */ 89 unsigned int __pad1; 91 __ino_t __st_ino; /* 32bit file serial number. */ 92 __mode_t st_mode; /* File mode. */ 93 __nlink_t st_nlink; /* Link count. */ 94 __uid_t st_uid; /* User ID of the file's owner. */ 95 __gid_t st_gid; /* Group ID of the file's group.*/ 96 __dev_t st_rdev; /* Device number, if device. */ 97 unsigned int __pad2; [all …]
|
| /OK3568_Linux_fs/kernel/arch/sh/include/uapi/asm/ |
| H A D | stat.h | 43 struct stat64 { struct 44 unsigned long long st_dev; 45 unsigned char __pad0[4]; 48 unsigned long __st_ino; 50 unsigned int st_mode; 51 unsigned int st_nlink; 53 unsigned long st_uid; 54 unsigned long st_gid; 56 unsigned long long st_rdev; 57 unsigned char __pad3[4]; [all …]
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | stat.h | 44 struct stat64 { struct 45 unsigned long long st_dev; 46 unsigned int __pad1; 48 unsigned int __st_ino; /* Not actually filled in */ 49 unsigned int st_mode; 50 unsigned int st_nlink; 51 unsigned int st_uid; 52 unsigned int st_gid; 53 unsigned long long st_rdev; 54 unsigned int __pad2; [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/ |
| H A D | stat.h | 60 struct stat64 { struct 61 unsigned long long st_dev; /* Device. */ 62 unsigned long long st_ino; /* File serial number. */ 63 unsigned int st_mode; /* File mode. */ 64 unsigned int st_nlink; /* Link count. */ 65 unsigned int st_uid; /* User ID of the file's owner. */ 66 unsigned int st_gid; /* Group ID of the file's group. */ 67 unsigned long long st_rdev; /* Device number, if device. */ 68 unsigned short __pad2; 69 long long st_size; /* Size of file, in bytes. */ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm/ |
| H A D | stat.h | 57 struct stat64 { struct 58 unsigned long long st_dev; 59 unsigned char __pad0[4]; 62 unsigned long __st_ino; 63 unsigned int st_mode; 64 unsigned int st_nlink; 66 unsigned long st_uid; 67 unsigned long st_gid; 69 unsigned long long st_rdev; 70 unsigned char __pad3[4]; [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/include/uapi/asm/ |
| H A D | stat.h | 57 struct stat64 { struct 58 unsigned long long st_dev; 59 unsigned char __pad0[4]; 62 unsigned long __st_ino; 63 unsigned int st_mode; 64 unsigned int st_nlink; 66 unsigned long st_uid; 67 unsigned long st_gid; 69 unsigned long long st_rdev; 70 unsigned char __pad3[4]; [all …]
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/uapi/asm/ |
| H A D | stat.h | 45 struct stat64 { struct 46 unsigned long long st_dev; 47 unsigned char __pad1[2]; 50 unsigned long __st_ino; 52 unsigned int st_mode; 53 unsigned int st_nlink; 55 unsigned long st_uid; 56 unsigned long st_gid; 58 unsigned long long st_rdev; 59 unsigned char __pad3[2]; [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | stat.h | 52 struct stat64 { struct 53 unsigned long st_dev; 54 unsigned long st_pad0[3]; /* Reserved for st_dev expansion */ 56 unsigned long long st_ino; 58 mode_t st_mode; 59 __u32 st_nlink; 61 uid_t st_uid; 62 gid_t st_gid; 64 unsigned long st_rdev; 65 unsigned long st_pad1[3]; /* Reserved for st_rdev expansion */ [all …]
|
| /OK3568_Linux_fs/kernel/arch/s390/include/uapi/asm/ |
| H A D | stat.h | 52 struct stat64 { struct 53 unsigned long long st_dev; 54 unsigned int __pad1; 56 unsigned long __st_ino; 57 unsigned int st_mode; 58 unsigned int st_nlink; 59 unsigned long st_uid; 60 unsigned long st_gid; 61 unsigned long long st_rdev; 62 unsigned int __pad3; [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/ |
| H A D | stat.h | 42 struct stat64 { struct 43 unsigned long long st_dev; 44 unsigned char __pad0[4]; 46 unsigned long __st_ino; 48 unsigned int st_mode; 49 unsigned int st_nlink; 51 unsigned long st_uid; 52 unsigned long st_gid; 54 unsigned long long st_rdev; 55 unsigned char __pad3[4]; [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | reent.h | 167 #define stat64 stat macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | reent.h | 167 #define stat64 stat macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | sys_sparc32.c | 94 COMPAT_SYSCALL_DEFINE2(stat64, const char __user *, filename, in COMPAT_SYSCALL_DEFINE2() argument
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | stat.c | 493 SYSCALL_DEFINE2(stat64, const char __user *, filename, in SYSCALL_DEFINE2() argument
|