June 2025 | ||||||
Mo | Tu | We | Th | Fr | Sa | Su |
26 | 27 | 28 | 29 | 30 | 31 | 1 |
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 1 | 2 | 3 | 4 | 5 | 6 |
01: #ifndef _ASM_X86_STATFS_H 02: #define _ASM_X86_STATFS_H 03: 04: /* 05: * We need compat_statfs64 to be packed, because the i386 ABI won't 06: * add padding at the end to bring it to a multiple of 8 bytes, but 07: * the x86_64 ABI will. 08: */ 09: #define ARCH_PACK_COMPAT_STATFS64 __attribute__((packed,aligned(4))) 10: 11: #include <asm-generic/statfs.h> 12: #endif /* _ASM_X86_STATFS_H */ 13: