What are equivalents of Linux ioctl functions FICLONE and FICLONERANGE ?

From: Yuri <yuri_at_FreeBSD.org>
Date: Fri, 07 Jun 2024 06:59:38 UTC
On Linux files can be copied with:
ioctl(destFd, FICLONE, srcFd)


What would be the equivalent of this on FreeBSD?




Thanks,
Yuri