tech-kern archive

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

Re: adding linux syscall fallocate



Hi Joromir,

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?

Regards,
Hrishikesh


Home | Main Index | Thread Index | Old Index