bcachefs-tools/bch_bindgen
Ryan Lahfa 930646e8dd feat(bindgen): expose bcache_fs_(open|close) to Rust side
This function allows to obtain a handle to send various `ioctl`s to the underlying bcachefs filesystem.
We need also its counterpart to clean up.

Signed-off-by: Ryan Lahfa <bcachefs@lahfa.xyz>
2024-01-27 04:20:47 +01:00
..
src feat(bindgen): expose BCH_IOCTL_SUBVOLUME_* on Rust side 2024-01-26 20:39:08 -05:00
.gitignore move Rust sources to top level, C sources into c_src 2024-01-16 01:47:05 -05:00
build.rs feat(bindgen): expose bcache_fs_(open|close) to Rust side 2024-01-27 04:20:47 +01:00
Cargo.toml use upstream bindgen; fix packed and aligned types 2024-01-23 13:08:12 -05:00
rustfmt.toml move Rust sources to top level, C sources into c_src 2024-01-16 01:47:05 -05:00