Manage btrfs filesystems. More information: https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs-filesystem.
btrfs filesystem usage {{path/to/btrfs_mount}}
sudo btrfs filesystem show {{path/to/btrfs_mount}}
sudo btrfs filesystem defragment -v {{path/to/file}}
sudo btrfs filesystem defragment -v -r {{path/to/directory}}
sudo btrfs filesystem sync {{path/to/btrfs_mount}}
sudo btrfs filesystem du --summarize {{path/to/directory}}