There is `XFS_SUPER_MAGIC` in [linux man page](https://man7.org/linux/man-pages/man2/statfs.2.html) but nix hasn't. ```plain XFS_SUPER_MAGIC 0x58465342 ``` I'm glad to create a pull request to add it.