Home
last modified time | relevance | path

Searched refs:freebsd32_posix_fallocate (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h796 int freebsd32_posix_fallocate(struct thread *, struct freebsd32_posix_fallocate_args *);
H A Dfreebsd32_sysent.c600 { .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 */
H A Dfreebsd32_misc.c3851 freebsd32_posix_fallocate(struct thread *td, in freebsd32_posix_fallocate() function