diff options
Diffstat (limited to 'src/fs.h')
-rw-r--r-- | src/fs.h | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -19,24 +19,31 @@ # 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 0x1161970 +# 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 @@ -48,6 +55,7 @@ # 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 @@ -62,7 +70,7 @@ # define S_MAGIC_NILFS 0x3434 # define S_MAGIC_NTFS 0x5346544E # define S_MAGIC_OPENPROM 0x9FA1 -# define S_MAGIC_OCFS2 0x7461636f +# define S_MAGIC_OCFS2 0x7461636F # define S_MAGIC_PANFS 0xAAD7AAEA # define S_MAGIC_PIPEFS 0x50495045 # define S_MAGIC_PROC 0x9FA0 @@ -75,13 +83,16 @@ # 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_UBIFS 0x24051905 # define S_MAGIC_UDF 0x15013346 # define S_MAGIC_UFS 0x00011954 # define S_MAGIC_UFS_BYTESWAPPED 0x54190100 |