Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
PierreCashon
rustcomp
Commits
07816d4d
Commit
07816d4d
authored
3 months ago
by
pierrecashon
Browse files
Options
Download
Patches
Plain Diff
add mount,umount,fstat,openat
parent
aa937c2a
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
easy-fs/src/efs.rs
+6
-0
easy-fs/src/efs.rs
easy-fs/src/vfs.rs
+23
-0
easy-fs/src/vfs.rs
ext4-test-fuse/src/main.rs
+11
-0
ext4-test-fuse/src/main.rs
ext4/src/dentry.rs
+1
-0
ext4/src/dentry.rs
ext4/src/fs.rs
+19
-2
ext4/src/fs.rs
ext4/src/inode.rs
+40
-1
ext4/src/inode.rs
os/Makefile
+3
-0
os/Makefile
os/src/fs/inode.rs
+11
-0
os/src/fs/inode.rs
os/src/main.rs
+1
-1
os/src/main.rs
os/src/syscall/fs.rs
+83
-8
os/src/syscall/fs.rs
os/src/syscall/mod.rs
+19
-4
os/src/syscall/mod.rs
user/src/lib.rs
+1
-1
user/src/lib.rs
vfs-defs/src/file.rs
+3
-1
vfs-defs/src/file.rs
vfs-defs/src/filesystemtype.rs
+18
-0
vfs-defs/src/filesystemtype.rs
vfs-defs/src/inode.rs
+5
-0
vfs-defs/src/inode.rs
vfs-defs/src/lib.rs
+45
-1
vfs-defs/src/lib.rs
with
289 additions
and
19 deletions
+289
-19
Write
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets