Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
felixmoebius
libc
Commits
fdc5cf4a
Unverified
Commit
fdc5cf4a
authored
4 years ago
by
Yuki Okushi
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #1750 from asomers/super_magic
parents
71b7b92f
c9b8fc83
No related branches found
Branches containing commit
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/unix/linux_like/linux/gnu/mod.rs
+23
-5
23 additions, 5 deletions
src/unix/linux_like/linux/gnu/mod.rs
with
23 additions
and
5 deletions
src/unix/linux_like/linux/gnu/mod.rs
+
23
−
5
View file @
fdc5cf4a
...
...
@@ -664,32 +664,50 @@ pub const NI_MAXHOST: ::socklen_t = 1025;
pub
const
ADFS_SUPER_MAGIC
:
::
c_long
=
0x0000adf5
;
pub
const
AFFS_SUPER_MAGIC
:
::
c_long
=
0x0000adff
;
pub
const
AFS_SUPER_MAGIC
:
::
c_long
=
0x5346414f
;
pub
const
AUTOFS_SUPER_MAGIC
:
::
c_long
=
0x0187
;
pub
const
BINDERFS_SUPER_MAGIC
:
::
c_long
=
0x6c6f6f70
;
pub
const
BTRFS_SUPER_MAGIC
:
::
c_long
=
0x9123683e
;
pub
const
CGROUP2_SUPER_MAGIC
:
::
c_long
=
0x63677270
;
pub
const
CGROUP_SUPER_MAGIC
:
::
c_long
=
0x27e0eb
;
pub
const
CODA_SUPER_MAGIC
:
::
c_long
=
0x73757245
;
pub
const
CRAMFS_MAGIC
:
::
c_long
=
0x28cd3d45
;
pub
const
DEVPTS_SUPER_MAGIC
:
::
c_long
=
0x1cd1
;
pub
const
ECRYPTFS_SUPER_MAGIC
:
::
c_long
=
0xf15f
;
pub
const
EFS_SUPER_MAGIC
:
::
c_long
=
0x00414a53
;
pub
const
EXT2_SUPER_MAGIC
:
::
c_long
=
0x0000ef53
;
pub
const
EXT3_SUPER_MAGIC
:
::
c_long
=
0x0000ef53
;
pub
const
EXT4_SUPER_MAGIC
:
::
c_long
=
0x0000ef53
;
pub
const
F2FS_SUPER_MAGIC
:
::
c_long
=
0xf2f52010
;
pub
const
FUTEXFS_SUPER_MAGIC
:
::
c_long
=
0xbad1dea
;
pub
const
HOSTFS_SUPER_MAGIC
:
::
c_long
=
0x00c0ffee
;
pub
const
HPFS_SUPER_MAGIC
:
::
c_long
=
0xf995e849
;
pub
const
HUGETLBFS_MAGIC
:
::
c_long
=
0x958458f6
;
pub
const
ISOFS_SUPER_MAGIC
:
::
c_long
=
0x00009660
;
pub
const
JFFS2_SUPER_MAGIC
:
::
c_long
=
0x000072b6
;
pub
const
MINIX_SUPER_MAGIC
:
::
c_long
=
0x0000137f
;
pub
const
MINIX_SUPER_MAGIC2
:
::
c_long
=
0x0000138f
;
pub
const
MINIX2_SUPER_MAGIC
:
::
c_long
=
0x00002468
;
pub
const
MINIX2_SUPER_MAGIC2
:
::
c_long
=
0x00002478
;
pub
const
MINIX2_SUPER_MAGIC
:
::
c_long
=
0x00002468
;
pub
const
MINIX3_SUPER_MAGIC
:
::
c_long
=
0x4d5a
;
pub
const
MINIX_SUPER_MAGIC2
:
::
c_long
=
0x0000138f
;
pub
const
MINIX_SUPER_MAGIC
:
::
c_long
=
0x0000137f
;
pub
const
MSDOS_SUPER_MAGIC
:
::
c_long
=
0x00004d44
;
pub
const
NCP_SUPER_MAGIC
:
::
c_long
=
0x0000564c
;
pub
const
NFS_SUPER_MAGIC
:
::
c_long
=
0x00006969
;
pub
const
NILFS_SUPER_MAGIC
:
::
c_long
=
0x3434
;
pub
const
OCFS2_SUPER_MAGIC
:
::
c_long
=
0x7461636f
;
pub
const
OPENPROM_SUPER_MAGIC
:
::
c_long
=
0x00009fa1
;
pub
const
OVERLAYFS_SUPER_MAGIC
:
::
c_long
=
0x794c7630
;
pub
const
PROC_SUPER_MAGIC
:
::
c_long
=
0x00009fa0
;
pub
const
QNX4_SUPER_MAGIC
:
::
c_long
=
0x0000002f
;
pub
const
QNX6_SUPER_MAGIC
:
::
c_long
=
0x68191122
;
pub
const
RDTGROUP_SUPER_MAGIC
:
::
c_long
=
0x7655821
;
pub
const
REISERFS_SUPER_MAGIC
:
::
c_long
=
0x52654973
;
pub
const
SMB_SUPER_MAGIC
:
::
c_long
=
0x0000517b
;
pub
const
TMPFS_MAGIC
:
::
c_long
=
0x01021994
;
pub
const
UDF_SUPER_MAGIC
:
::
c_long
=
0x15013346
;
pub
const
USBDEVICE_SUPER_MAGIC
:
::
c_long
=
0x00009fa2
;
pub
const
CGROUP
_SUPER_MAGIC
:
::
c_long
=
0x
27e0eb
;
pub
const
CGROUP2
_SUPER_MAGIC
:
::
c_long
=
0x
63677270
;
pub
const
XENFS
_SUPER_MAGIC
:
::
c_long
=
0x
abba1974
;
pub
const
XFS
_SUPER_MAGIC
:
::
c_long
=
0x
58465342
;
pub
const
CPU_SETSIZE
:
::
c_int
=
0x400
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment