Structs§
- Btrfs
Subvolume Show - Parsed output of the
btrfs subvolume showcommand. - Mount
Options - Options for mounting a BTRFS filesystem.
Functions§
- btrfs_
receive - Start a BTRFS receive process, returning a handle to it’s standard output.
- btrfs_
send - Start a BTRFS send process, returning a handle to it’s standard output.
- btrfs_
subvolume_ create - Create a new, empty BTRFS subvolume at
path. - btrfs_
subvolume_ delete - Delete a BTRFS subvolume.
- btrfs_
subvolume_ show - Runs
btrfs subvolume showand parses the output. - btrfs_
subvolume_ snapshot - Take a snapshot of the BTRFS subvolume
pathat the new foldersnapshot. Optionally, mark the snapshot as read-only. - mkfs_
btrfs - Format a block device as a BTRFS filesystem.
- mount_
btrfs - Mount a BTRFS filesystem at a specified path.
- umount
- Unmount path.