mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-29 14:23:22 +00:00
Add support for statfs and fstatfs
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
9f1680d0f3
commit
743344e3fc
@ -14,7 +14,7 @@ mod self_;
|
||||
mod template;
|
||||
|
||||
/// Magic number.
|
||||
const PROC_MAGIC: usize = 0x9fa0;
|
||||
const PROC_MAGIC: u64 = 0x9fa0;
|
||||
/// Root Inode ID.
|
||||
const PROC_ROOT_INO: usize = 1;
|
||||
/// Block size.
|
||||
|
Reference in New Issue
Block a user