Searched refs:fstatfs (Results 1 – 4 of 4) sorted by relevance
4 "description": "测试fstatfs",
14 fstatfs(fd, &diskInfo); in main()
800 Self::fstatfs(fd, statfs) in handle()
1385 pub fn fstatfs(fd: i32, user_statfs: *mut PosixStatfs) -> Result<usize, SystemError> { in fstatfs() method