Searched refs:linux_copy_file_range (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/sys/compat/linux/ |
| H A D | linux_file.c | 1935 linux_copy_file_range(struct thread *td, struct linux_copy_file_range_args in linux_copy_file_range() function
|
| /freebsd-13.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 346 …{ .sy_narg = AS(linux_copy_file_range_args), .sy_call = (sy_call_t *)linux_copy_file_range, .sy_au…
|
| H A D | linux_proto.h | 1649 int linux_copy_file_range(struct thread *, struct linux_copy_file_range_args *);
|
| /freebsd-13.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 397 …{ .sy_narg = AS(linux_copy_file_range_args), .sy_call = (sy_call_t *)linux_copy_file_range, .sy_au…
|
| H A D | linux32_proto.h | 1945 int linux_copy_file_range(struct thread *, struct linux_copy_file_range_args *);
|
| /freebsd-13.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 397 …{ .sy_narg = AS(linux_copy_file_range_args), .sy_call = (sy_call_t *)linux_copy_file_range, .sy_au…
|
| H A D | linux_proto.h | 1940 int linux_copy_file_range(struct thread *, struct linux_copy_file_range_args *);
|
| /freebsd-13.1/sys/arm64/linux/ |
| H A D | linux_sysent.c | 305 …{ .sy_narg = AS(linux_copy_file_range_args), .sy_call = (sy_call_t *)linux_copy_file_range, .sy_au…
|
| H A D | linux_proto.h | 1415 int linux_copy_file_range(struct thread *, struct linux_copy_file_range_args *);
|