Does posix_fallocate() implemented (has support) for any of the underlying filesystems in NetBSD/FreeBSD?
Also, as per my understanding, all calls to posix_fallocate() internally go to fallocate() systemcall which are redirected to vop_fallocate_desc(). So in the project https://wiki.netbsd.org/projects/project/ffs-fallocate/ we only need to implement ffs_fallocate() right?