diff options
Diffstat (limited to 'src/fs.h')
-rw-r--r-- | src/fs.h | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,18 +1,20 @@ /* 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 ./stat.c. */ + This file is generated automatically from ./src/stat.c. */ #if defined __linux__ # 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_BINFMTFS 0x42494E4D # define S_MAGIC_BTRFS 0x9123683E +# define S_MAGIC_CEPH 0x00C36400 # define S_MAGIC_CGROUP 0x0027E0EB # define S_MAGIC_CIFS 0xFF534D42 # define S_MAGIC_CODA 0x73757245 @@ -61,6 +63,7 @@ # define S_MAGIC_NTFS 0x5346544E # define S_MAGIC_OPENPROM 0x9FA1 # define S_MAGIC_OCFS2 0x7461636f +# define S_MAGIC_PANFS 0xAAD7AAEA # define S_MAGIC_PIPEFS 0x50495045 # define S_MAGIC_PROC 0x9FA0 # define S_MAGIC_PSTOREFS 0x6165676C @@ -84,11 +87,14 @@ # 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 |