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

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

Completed in 176 milliseconds