btrfs 1.2.2

Interface for BTRFS ioctls etc
Documentation
1
2
3
4
5
6
7
8
9
10
mod ctypes;
mod imports;
mod ioctl_wrapper;
mod types;
mod operations;

pub use self::types::*;
pub use self::operations::*;

// ex: noet ts=4 filetype=rust