Home
last modified time | relevance | path

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

/src/sys/sys/
H A Dsyscallsubr.h175 int kern_fsync(struct thread *td, int fd, bool fullsync);
/src/sys/compat/linux/
H A Dlinux_file.c999 return (kern_fsync(td, uap->fd, false)); in linux_fdatasync()
1022 return (kern_fsync(td, uap->fd, false)); in linux_sync_file_range()
/src/sys/kern/
H A Dvfs_syscalls.c3653 kern_fsync(struct thread *td, int fd, bool fullsync) in kern_fsync() function
3698 return (kern_fsync(td, uap->fd, true)); in sys_fsync()
3705 return (kern_fsync(td, uap->fd, false)); in sys_fdatasync()