Home
last modified time | relevance | path

Searched refs:freebsd32_aio_fsync (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h777 int freebsd32_aio_fsync(struct thread *, struct freebsd32_aio_fsync_args *);
H A Dfreebsd32_sysent.c535 …{ .sy_narg = AS(freebsd32_aio_fsync_args), .sy_call = (sy_call_t *)freebsd32_aio_fsync, .sy_aueven…
/freebsd/sys/kern/
H A Dvfs_aio.c3066 freebsd32_aio_fsync(struct thread *td, struct freebsd32_aio_fsync_args *uap) in freebsd32_aio_fsync() function