source: trunk/coreutils/src/fs.h@ 2603

Last change on this file since 2603 was 2554, checked in by bird, 20 years ago

coretuils-5.94

File size: 1.4 KB
Line 
1/* Define the magic numbers as given by statfs(2).
2 Please send additions to [email protected] and [email protected].
3 This file is generated automatically from ./stat.c. */
4
5#if defined __linux__
6# define S_MAGIC_AFFS 0xADFF
7# define S_MAGIC_DEVPTS 0x1CD1
8# define S_MAGIC_EXT 0x137D
9# define S_MAGIC_EXT2_OLD 0xEF51
10# define S_MAGIC_EXT2 0xEF53
11# define S_MAGIC_JFS 0x3153464a
12# define S_MAGIC_XFS 0x58465342
13# define S_MAGIC_HPFS 0xF995E849
14# define S_MAGIC_ISOFS 0x9660
15# define S_MAGIC_ISOFS_WIN 0x4000
16# define S_MAGIC_ISOFS_R_WIN 0x4004
17# define S_MAGIC_MINIX 0x137F
18# define S_MAGIC_MINIX_30 0x138F
19# define S_MAGIC_MINIX_V2 0x2468
20# define S_MAGIC_MINIX_V2_30 0x2478
21# define S_MAGIC_MSDOS 0x4d44
22# define S_MAGIC_FAT 0x4006
23# define S_MAGIC_NCP 0x564c
24# define S_MAGIC_NFS 0x6969
25# define S_MAGIC_PROC 0x9fa0
26# define S_MAGIC_SMB 0x517B
27# define S_MAGIC_XENIX 0x012FF7B4
28# define S_MAGIC_SYSV4 0x012FF7B5
29# define S_MAGIC_SYSV2 0x012FF7B6
30# define S_MAGIC_COH 0x012FF7B7
31# define S_MAGIC_UFS 0x00011954
32# define S_MAGIC_XIAFS 0x012FD16D
33# define S_MAGIC_NTFS 0x5346544e
34# define S_MAGIC_TMPFS 0x1021994
35# define S_MAGIC_REISERFS 0x52654973
36# define S_MAGIC_CRAMFS 0x28cd3d45
37# define S_MAGIC_ROMFS 0x7275
38# define S_MAGIC_RAMFS 0x858458f6
39# define S_MAGIC_SQUASHFS 0x73717368
40# define S_MAGIC_SYSFS 0x62656572
41#elif defined __GNU__
42# include <hurd/hurd_types.h>
43#endif
Note: See TracBrowser for help on using the repository browser.