Whamcloud - gitweb
corrected an error made in setepall in test-framework.sh, which affects
[fs/lustre-release.git] / lustre / tests / stat_fs.h
1 /* define the magic numbers as given by statfs(2) */
2 /* please send additions to meskes@debian.org     */
3
4 #if defined(__linux__)
5 #define S_MAGIC_AFFS            0xADFF
6 #define S_MAGIC_EXT             0x137D
7 #define S_MAGIC_EXT2_OLD        0xEF51
8 #define S_MAGIC_EXT2            0xEF53
9 #define S_MAGIC_HPFS            0xF995E849
10 #define S_MAGIC_ISOFS           0x9660
11 #define S_MAGIC_ISOFS_WIN       0x4000
12 #define S_MAGIC_ISOFS_R_WIN     0x4004
13 #define S_MAGIC_MINIX           0x137F
14 #define S_MAGIC_MINIX_30        0x138F
15 #define S_MAGIC_MINIX_V2        0x2468
16 #define S_MAGIC_MINIX_V2_30     0x2478
17 #define S_MAGIC_MSDOS           0x4d44
18 #define S_MAGIC_FAT             0x4006
19 #define S_MAGIC_NCP             0x564c
20 #define S_MAGIC_NFS             0x6969
21 #define S_MAGIC_PROC            0x9fa0
22 #define S_MAGIC_SMB             0x517B
23 #define S_MAGIC_XENIX           0x012FF7B4
24 #define S_MAGIC_SYSV4           0x012FF7B5
25 #define S_MAGIC_SYSV2           0x012FF7B6
26 #define S_MAGIC_COH             0x012FF7B7
27 #define S_MAGIC_UFS             0x00011954
28 #define S_MAGIC_XIAFS           0x012FD16D
29 #define S_MAGIC_NTFS            0x5346544e
30 #define S_MAGIC_TMPFS           0x1021994
31 #define S_MAGIC_REISERFS        0x52654973
32 #define S_MAGIC_CRAMFS          0x28cd3d45
33 #define S_MAGIC_ROMFS           0x7275
34 #define S_MAGIC_LUSTRE          0x0BD00BD0
35 #elif defined (__GNU__)
36 #include <hurd/hurd_types.h>
37 #endif