Home
last modified time | relevance | path

Searched refs:kern_fsync (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dsyscallsubr.h147 int kern_fsync(struct thread *td, int fd, bool fullsync);
/f-stack/freebsd/kern/
H A Dvfs_syscalls.c3462 kern_fsync(struct thread *td, int fd, bool fullsync) in kern_fsync() function
3517 return (kern_fsync(td, uap->fd, true)); in sys_fsync()
3524 return (kern_fsync(td, uap->fd, false)); in sys_fdatasync()