Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsyscallsubr.h118 int kern_copy_file_range(struct thread *td, int infd, off_t *inoffp,
/freebsd/sys/compat/linux/
H A Dlinux_file.c1741 error = kern_copy_file_range(td, args->fd_in, inoffp, args->fd_out, in linux_copy_file_range()
H A Dlinux_socket.c2578 error = kern_copy_file_range(td, in, offset, out, NULL, count, in linux_sendfile_common()
/freebsd/sys/kern/
H A Dvfs_syscalls.c4901 kern_copy_file_range(struct thread *td, int infd, off_t *inoffp, int outfd, in kern_copy_file_range() function
5039 error = kern_copy_file_range(td, uap->infd, inoffp, uap->outfd, in sys_copy_file_range()