posix_fallocate_args
{ AS(posix_fallocate_args), 4, (sy_call_t *)sys_posix_fallocate }, /* 553 = posix_fallocate */
sys_posix_fallocate(struct sysmsg *sysmsg, const struct posix_fallocate_args *uap)
int sys_posix_fallocate (struct sysmsg *sysmsg, const struct posix_fallocate_args *);
struct posix_fallocate_args posix_fallocate;