Thanks to visit codestin.com
Credit goes to docs.rs
Docs.rs
rsext4-0.1.0-pre.0
rsext4 0.1.0-pre.0
Docs.rs crate page
GPL-3.0-or-later
OR
Apache-2.0
OR
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
github:arceos-hypervisor:hypervisor
Josen-B
Dependencies
bitflags ^2.10
normal
lazy_static ^1.5
normal
log ^0.4
normal
Versions
50.93%
of the crate is documented
Go to latest stable release
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module blockdev
rsext4
0.1.0-pre.0
Module blockdev
Sections
块设备实现
Module Items
Structs
Enums
Traits
In crate rsext4
rsext4
Module
blockdev
Copy item path
Source
Expand description
§
块设备实现
定义了块设备的抽象接口和实现,为文件系统提供底层存储支持
Structs
§
Block
Buffer
块设备缓存
Jbd2Dev
Enums
§
Jbd2
RunState
Traits
§
Block
Device
外部需要实现的块设备trait
INeed
Blockdev
ToWrite
需要调用块设备写操作的函数标记