Searched refs:sys_fsync (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/sys/arm64/linux/ |
| H A D | linux_sysent.c | 99 …{ .sy_narg = AS(fsync_args), .sy_call = (sy_call_t *)sys_fsync, .sy_auevent = AUE_FSYNC, .sy_flags…
|
| /freebsd-14.2/sys/i386/linux/ |
| H A D | linux_sysent.c | 135 …{ .sy_narg = AS(fsync_args), .sy_call = (sy_call_t *)sys_fsync, .sy_auevent = AUE_FSYNC, .sy_flags…
|
| /freebsd-14.2/sys/amd64/linux/ |
| H A D | linux_sysent.c | 91 …{ .sy_narg = AS(fsync_args), .sy_call = (sy_call_t *)sys_fsync, .sy_auevent = AUE_FSYNC, .sy_flags…
|
| /freebsd-14.2/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 136 …{ .sy_narg = AS(fsync_args), .sy_call = (sy_call_t *)sys_fsync, .sy_auevent = AUE_FSYNC, .sy_flags…
|
| /freebsd-14.2/sys/kern/ |
| H A D | init_sysent.c | 158 …{ .sy_narg = AS(fsync_args), .sy_call = (sy_call_t *)sys_fsync, .sy_auevent = AUE_FSYNC, .sy_flags…
|
| H A D | vfs_syscalls.c | 3606 sys_fsync(struct thread *td, struct fsync_args *uap) in sys_fsync() function
|
| /freebsd-14.2/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 159 …{ .sy_narg = AS(fsync_args), .sy_call = (sy_call_t *)sys_fsync, .sy_auevent = AUE_FSYNC, .sy_flags…
|
| /freebsd-14.2/sys/sys/ |
| H A D | sysproto.h | 1960 int sys_fsync(struct thread *, struct fsync_args *);
|