Searched refs:linux_fallocate (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/sys/arm64/linux/ |
| H A D | linux_sysent.c | 67 …{ AS(linux_fallocate_args), (sy_call_t *)linux_fallocate, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }…
|
| H A D | linux_proto.h | 1094 int linux_fallocate(struct thread *, struct linux_fallocate_args *);
|
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 305 …{ AS(linux_fallocate_args), (sy_call_t *)linux_fallocate, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }…
|
| H A D | linux_proto.h | 1463 int linux_fallocate(struct thread *, struct linux_fallocate_args *);
|
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 344 …{ AS(linux_fallocate_args), (sy_call_t *)linux_fallocate, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }…
|
| H A D | linux32_proto.h | 1760 int linux_fallocate(struct thread *, struct linux_fallocate_args *);
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 344 …{ AS(linux_fallocate_args), (sy_call_t *)linux_fallocate, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }…
|
| H A D | linux_proto.h | 1780 int linux_fallocate(struct thread *, struct linux_fallocate_args *);
|
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_file.c | 1678 linux_fallocate(struct thread *td, struct linux_fallocate_args *args) in linux_fallocate() function
|