Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/sys/
HDsyscallsubr.h118 int kern_copy_file_range(struct thread *td, int infd, off_t *inoffp,
/freebsd-14-stable/sys/compat/linux/
HDlinux_file.c1743 error = kern_copy_file_range(td, args->fd_in, inoffp, args->fd_out, in linux_copy_file_range()
HDlinux_socket.c2585 error = kern_copy_file_range(td, in, offset, out, NULL, count, in linux_sendfile_common()
/freebsd-14-stable/sys/kern/
HDvfs_syscalls.c4902 kern_copy_file_range(struct thread *td, int infd, off_t *inoffp, int outfd, in kern_copy_file_range() function
5079 error = kern_copy_file_range(td, uap->infd, inoffp, uap->outfd, in sys_copy_file_range()