Searched refs:freebsd32_posix_fallocate (Results 1 – 3 of 3) sorted by relevance
796 int freebsd32_posix_fallocate(struct thread *, struct freebsd32_posix_fallocate_args *);
600 { .sy_narg = AS(freebsd32_posix_fallocate_args), .sy_call = (sy_call_t *)freebsd32_posix_fallocate, .sy_auevent = AUE_POSIX_FALLOCATE, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 530 = freebsd32_posix_fallocate */
3851 freebsd32_posix_fallocate(struct thread *td, in freebsd32_posix_fallocate() function