tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: adding linux syscall fallocate



Le sam. 16 nov. 2019 à 17:14, HRISHIKESH GOYAL <hrishi.goyal%gmail.com@localhost> a écrit :
Does posix_fallocate() implemented (has support) for any of the underlying filesystems in NetBSD/FreeBSD?

As far as I know no filesystem actually implements the support in NetBSD.
 
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?

Yes, pretty much.

Jaromir 


Home | Main Index | Thread Index | Old Index