1/* Define the magic numbers as given by statfs(2).
2   Please send additions to bug-coreutils@gnu.org and meskes@debian.org.
3   This file is generated automatically from ./stat.c. */
4
5#if defined __linux__
6# define S_MAGIC_ADFS 0xADF5
7# define S_MAGIC_AFFS 0xADFF
8# define S_MAGIC_AFS 0x5346414F
9# define S_MAGIC_ANON_INODE_FS 0x09041934
10# define S_MAGIC_AUTOFS 0x0187
11# define S_MAGIC_BEFS 0x42465331
12# define S_MAGIC_BFS 0x1BADFACE
13# define S_MAGIC_BINFMT_MISC 0x42494E4D
14# define S_MAGIC_BTRFS 0x9123683E
15# define S_MAGIC_CGROUP 0x0027E0EB
16# define S_MAGIC_CIFS 0xFF534D42
17# define S_MAGIC_CODA 0x73757245
18# define S_MAGIC_COH 0x012FF7B7
19# define S_MAGIC_CRAMFS 0x28CD3D45
20# define S_MAGIC_CRAMFS_WEND 0x453DCD28
21# define S_MAGIC_DEBUGFS 0x64626720
22# define S_MAGIC_DEVFS 0x1373
23# define S_MAGIC_DEVPTS 0x1CD1
24# define S_MAGIC_EFS 0x00414A53
25# define S_MAGIC_EXT 0x137D
26# define S_MAGIC_EXT2 0xEF53
27# define S_MAGIC_EXT2_OLD 0xEF51
28# define S_MAGIC_FAT 0x4006
29# define S_MAGIC_FUSEBLK 0x65735546
30# define S_MAGIC_FUSECTL 0x65735543
31# define S_MAGIC_FUTEXFS 0x0BAD1DEA
32# define S_MAGIC_GFS 0x1161970
33# define S_MAGIC_HFS 0x4244
34# define S_MAGIC_HPFS 0xF995E849
35# define S_MAGIC_HUGETLBFS 0x958458F6
36# define S_MAGIC_INOTIFYFS 0x2BAD1DEA
37# define S_MAGIC_ISOFS 0x9660
38# define S_MAGIC_ISOFS_R_WIN 0x4004
39# define S_MAGIC_ISOFS_WIN 0x4000
40# define S_MAGIC_JFFS 0x07C0
41# define S_MAGIC_JFFS2 0x72B6
42# define S_MAGIC_JFS 0x3153464A
43# define S_MAGIC_KAFS 0x6B414653
44# define S_MAGIC_LUSTRE 0x0BD00BD0
45# define S_MAGIC_MINIX 0x137F
46# define S_MAGIC_MINIX_30 0x138F
47# define S_MAGIC_MINIX_V2 0x2468
48# define S_MAGIC_MINIX_V2_30 0x2478
49# define S_MAGIC_MINIX_V3 0x4D5A
50# define S_MAGIC_MSDOS 0x4D44
51# define S_MAGIC_NCP 0x564C
52# define S_MAGIC_NFS 0x6969
53# define S_MAGIC_NFSD 0x6E667364
54# define S_MAGIC_NILFS 0x3434
55# define S_MAGIC_NTFS 0x5346544E
56# define S_MAGIC_OPENPROM 0x9FA1
57# define S_MAGIC_OCFS2 0x7461636f
58# define S_MAGIC_PROC 0x9FA0
59# define S_MAGIC_QNX4 0x002F
60# define S_MAGIC_RAMFS 0x858458F6
61# define S_MAGIC_REISERFS 0x52654973
62# define S_MAGIC_ROMFS 0x7275
63# define S_MAGIC_RPC_PIPEFS 0x67596969
64# define S_MAGIC_SECURITYFS 0x73636673
65# define S_MAGIC_SELINUX 0xF97CFF8C
66# define S_MAGIC_SMB 0x517B
67# define S_MAGIC_SOCKFS 0x534F434B
68# define S_MAGIC_SQUASHFS 0x73717368
69# define S_MAGIC_SYSFS 0x62656572
70# define S_MAGIC_SYSV2 0x012FF7B6
71# define S_MAGIC_SYSV4 0x012FF7B5
72# define S_MAGIC_TMPFS 0x01021994
73# define S_MAGIC_UDF 0x15013346
74# define S_MAGIC_UFS 0x00011954
75# define S_MAGIC_UFS_BYTESWAPPED 0x54190100
76# define S_MAGIC_USBDEVFS 0x9FA2
77# define S_MAGIC_VXFS 0xA501FCF5
78# define S_MAGIC_XENFS 0xABBA1974
79# define S_MAGIC_XENIX 0x012FF7B4
80# define S_MAGIC_XFS 0x58465342
81# define S_MAGIC_XIAFS 0x012FD16D
82#elif defined __GNU__
83# include <hurd/hurd_types.h>
84#endif
85