Searched refs:linux_fallocate (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/sys/compat/linux/ |
| H A D | linux_file.c | 1690 linux_fallocate(struct thread *td, struct linux_fallocate_args *args) in linux_fallocate() function
|
| /freebsd-14.2/sys/arm64/linux/ |
| H A D | linux_sysent.c | 64 …{ .sy_narg = AS(linux_fallocate_args), .sy_call = (sy_call_t *)linux_fallocate, .sy_auevent = AUE_…
|
| H A D | linux_proto.h | 1285 int linux_fallocate(struct thread *, struct linux_fallocate_args *);
|
| /freebsd-14.2/sys/i386/linux/ |
| H A D | linux_sysent.c | 341 …{ .sy_narg = AS(linux_fallocate_args), .sy_call = (sy_call_t *)linux_fallocate, .sy_auevent = AUE_…
|
| H A D | linux_proto.h | 1986 int linux_fallocate(struct thread *, struct linux_fallocate_args *);
|
| /freebsd-14.2/sys/amd64/linux/ |
| H A D | linux_sysent.c | 302 …{ .sy_narg = AS(linux_fallocate_args), .sy_call = (sy_call_t *)linux_fallocate, .sy_auevent = AUE_…
|
| H A D | linux_proto.h | 1670 int linux_fallocate(struct thread *, struct linux_fallocate_args *);
|
| /freebsd-14.2/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 342 …{ .sy_narg = AS(linux_fallocate_args), .sy_call = (sy_call_t *)linux_fallocate, .sy_auevent = AUE_…
|
| H A D | linux32_proto.h | 1990 int linux_fallocate(struct thread *, struct linux_fallocate_args *);
|