Steps to reproduce:
- Create a regular GoCryptFS mount point in forward mode and with
-plaintextnames
- In the mount point directory try to run
touch gocryptfs.longname.XXX
This fails with the error No such file or directory, but should actually succeed. The problem is that many FUSE calls do not explicitly check if plaintextnames is set.