Searched refs:kern_posix_fallocate (Results 1 – 2 of 2) sorted by relevance
233 int kern_posix_fallocate(struct thread *td, int fd, off_t offset,
828 error = kern_posix_fallocate(td, uap->fd, uap->offset, uap->len); in sys_posix_fallocate()833 kern_posix_fallocate(struct thread *td, int fd, off_t offset, off_t len) in kern_posix_fallocate() function