- Target: `x86_64-unknown-dragonfly` - API: [getmntinfo(3)](https://man.dragonflybsd.org/?command=getmntinfo§ion=3) (same API as [FreeBSD](https://man.freebsd.org/getmntinfo/3) and [OpenBSD](https://man.openbsd.org/getmntinfo.3)) and [getmntvinfo(3)](https://man.dragonflybsd.org/?command=getmntvinfo§ion=3) - Implementation: [getmntinfo](https://github.com/DragonFlyBSD/DragonFlyBSD/blob/DragonFly_RELEASE_6_4/lib/libc/gen/getmntinfo.c) (statfs) and [getmntvinfo](https://github.com/DragonFlyBSD/DragonFlyBSD/blob/DragonFly_RELEASE_6_4/lib/libc/gen/getmntvinfo.c) (statfs + stat**v**fs) - Test case: https://github.com/Byron/trash-rs/pull/89