Home
last modified time | relevance | path

Searched refs:kern_posix_fallocate (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/sys/
H A Dsyscallsubr.h280 int kern_posix_fallocate(struct thread *td, int fd, off_t offset,
/freebsd/sys/kern/
H A Dsys_generic.c830 error = kern_posix_fallocate(td, uap->fd, uap->offset, uap->len); in sys_posix_fallocate()
835 kern_posix_fallocate(struct thread *td, int fd, off_t offset, off_t len) in kern_posix_fallocate() function
/freebsd/sys/compat/linux/
H A Dlinux_file.c1707 return (kern_posix_fallocate(td, args->fd, offset, len)); in linux_fallocate()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c3794 error = kern_posix_fallocate(td, uap->fd, in freebsd32_posix_fallocate()