Home
last modified time | relevance | path

Searched refs:linux32_sys_fallocate (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/compat/linux32/arch/aarch64/
H A Dlinux32_syscallargs.h1046 check_syscall_args(linux32_sys_fallocate)
1593 int linux32_sys_fallocate(struct lwp *, const struct linux32_sys_fallocate_args *, register_t *);
H A Dlinux32_sysent.c1322 .sy_call = (sy_call_t *)linux32_sys_fallocate
/netbsd-src/sys/compat/linux32/arch/amd64/
H A Dlinux32_syscallargs.h1055 check_syscall_args(linux32_sys_fallocate)
1574 int linux32_sys_fallocate(struct lwp *, const struct linux32_sys_fallocate_args *, register_t *);
H A Dlinux32_sysent.c1235 .sy_call = (sy_call_t *)linux32_sys_fallocate
/netbsd-src/sys/compat/linux32/common/
H A Dlinux32_unistd.c822 linux32_sys_fallocate(struct lwp *l, in linux32_sys_fallocate() function