summaryrefslogtreecommitdiff
path: root/src/fs.h
blob: aa6794577bf334942698e28f3b9a77cdff780b3b (plain)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
/* Define the magic numbers as given by statfs(2).
   Please send additions to bug-coreutils@gnu.org and meskes@debian.org.
   This file is generated automatically from ./src/stat.c. */

#if defined __linux__
# define S_MAGIC_ACFS 0x61636673
# define S_MAGIC_ADFS 0xADF5
# define S_MAGIC_AFFS 0xADFF
# define S_MAGIC_AFS 0x5346414F
# define S_MAGIC_ANON_INODE_FS 0x09041934
# define S_MAGIC_AUFS 0x61756673
# define S_MAGIC_AUTOFS 0x0187
# define S_MAGIC_BEFS 0x42465331
# define S_MAGIC_BDEVFS 0x62646576
# define S_MAGIC_BFS 0x1BADFACE
# define S_MAGIC_BPF_FS 0xCAFE4A11
# define S_MAGIC_BINFMTFS 0x42494E4D
# define S_MAGIC_BTRFS 0x9123683E
# define S_MAGIC_BTRFS_TEST 0x73727279
# define S_MAGIC_CEPH 0x00C36400
# define S_MAGIC_CGROUP 0x0027E0EB
# define S_MAGIC_CIFS 0xFF534D42
# define S_MAGIC_CODA 0x73757245
# define S_MAGIC_COH 0x012FF7B7
# define S_MAGIC_CONFIGFS 0x62656570
# define S_MAGIC_CRAMFS 0x28CD3D45
# define S_MAGIC_CRAMFS_WEND 0x453DCD28
# define S_MAGIC_DEBUGFS 0x64626720
# define S_MAGIC_DEVFS 0x1373
# define S_MAGIC_DEVPTS 0x1CD1
# define S_MAGIC_ECRYPTFS 0xF15F
# define S_MAGIC_EFIVARFS 0xDE5E81E4
# define S_MAGIC_EFS 0x00414A53
# define S_MAGIC_EXOFS 0x5DF5
# define S_MAGIC_EXT 0x137D
# define S_MAGIC_EXT2 0xEF53
# define S_MAGIC_EXT2_OLD 0xEF51
# define S_MAGIC_F2FS 0xF2F52010
# define S_MAGIC_FAT 0x4006
# define S_MAGIC_FHGFS 0x19830326
# define S_MAGIC_FUSEBLK 0x65735546
# define S_MAGIC_FUSECTL 0x65735543
# define S_MAGIC_FUTEXFS 0x0BAD1DEA
# define S_MAGIC_GFS 0x01161970
# define S_MAGIC_GPFS 0x47504653
# define S_MAGIC_HFS 0x4244
# define S_MAGIC_HFS_PLUS 0x482B
# define S_MAGIC_HFS_X 0x4858
# define S_MAGIC_HOSTFS 0x00C0FFEE
# define S_MAGIC_HPFS 0xF995E849
# define S_MAGIC_HUGETLBFS 0x958458F6
# define S_MAGIC_MTD_INODE_FS 0x11307854
# define S_MAGIC_IBRIX 0x013111A8
# define S_MAGIC_INOTIFYFS 0x2BAD1DEA
# define S_MAGIC_ISOFS 0x9660
# define S_MAGIC_ISOFS_R_WIN 0x4004
# define S_MAGIC_ISOFS_WIN 0x4000
# define S_MAGIC_JFFS 0x07C0
# define S_MAGIC_JFFS2 0x72B6
# define S_MAGIC_JFS 0x3153464A
# define S_MAGIC_KAFS 0x6B414653
# define S_MAGIC_LOGFS 0xC97E8168
# define S_MAGIC_LUSTRE 0x0BD00BD0
# define S_MAGIC_MINIX 0x137F
# define S_MAGIC_MINIX_30 0x138F
# define S_MAGIC_MINIX_V2 0x2468
# define S_MAGIC_MINIX_V2_30 0x2478
# define S_MAGIC_MINIX_V3 0x4D5A
# define S_MAGIC_MQUEUE 0x19800202
# define S_MAGIC_MSDOS 0x4D44
# define S_MAGIC_NCP 0x564C
# define S_MAGIC_NFS 0x6969
# define S_MAGIC_NFSD 0x6E667364
# define S_MAGIC_NILFS 0x3434
# define S_MAGIC_NSFS 0x6E736673
# define S_MAGIC_NTFS 0x5346544E
# define S_MAGIC_OPENPROM 0x9FA1
# define S_MAGIC_OCFS2 0x7461636F
# define S_MAGIC_OVERLAYFS 0x794C7630
# define S_MAGIC_PANFS 0xAAD7AAEA
# define S_MAGIC_PIPEFS 0x50495045
# define S_MAGIC_PROC 0x9FA0
# define S_MAGIC_PSTOREFS 0x6165676C
# define S_MAGIC_QNX4 0x002F
# define S_MAGIC_QNX6 0x68191122
# define S_MAGIC_RAMFS 0x858458F6
# define S_MAGIC_REISERFS 0x52654973
# define S_MAGIC_ROMFS 0x7275
# define S_MAGIC_RPC_PIPEFS 0x67596969
# define S_MAGIC_SECURITYFS 0x73636673
# define S_MAGIC_SELINUX 0xF97CFF8C
# define S_MAGIC_SMACK 0x43415D53
# define S_MAGIC_SMB 0x517B
# define S_MAGIC_SNFS 0xBEEFDEAD
# define S_MAGIC_SOCKFS 0x534F434B
# define S_MAGIC_SQUASHFS 0x73717368
# define S_MAGIC_SYSFS 0x62656572
# define S_MAGIC_SYSV2 0x012FF7B6
# define S_MAGIC_SYSV4 0x012FF7B5
# define S_MAGIC_TMPFS 0x01021994
# define S_MAGIC_TRACEFS 0x74726163
# define S_MAGIC_UBIFS 0x24051905
# define S_MAGIC_UDF 0x15013346
# define S_MAGIC_UFS 0x00011954
# define S_MAGIC_UFS_BYTESWAPPED 0x54190100
# define S_MAGIC_USBDEVFS 0x9FA2
# define S_MAGIC_V9FS 0x01021997
# define S_MAGIC_VMHGFS 0xBACBACBC
# define S_MAGIC_VXFS 0xA501FCF5
# define S_MAGIC_VZFS 0x565A4653
# define S_MAGIC_XENFS 0xABBA1974
# define S_MAGIC_XENIX 0x012FF7B4
# define S_MAGIC_XFS 0x58465342
# define S_MAGIC_XIAFS 0x012FD16D
# define S_MAGIC_ZFS 0x2FC12FC1
#elif defined __GNU__
# include <hurd/hurd_types.h>
#endif