Home
last modified time | relevance | path

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

/freebsd-13.1/sys/compat/cloudabi/
H A Dcloudabi_fd.c136 return (kern_fsync(td, uap->fd, false)); in cloudabi_sys_fd_datasync()
474 return (kern_fsync(td, uap->fd, true)); in cloudabi_sys_fd_sync()
/freebsd-13.1/sys/sys/
H A Dsyscallsubr.h147 int kern_fsync(struct thread *td, int fd, bool fullsync);
/freebsd-13.1/sys/compat/linux/
H A Dlinux_file.c1165 return (kern_fsync(td, uap->fd, false)); in linux_fdatasync()
1188 return (kern_fsync(td, uap->fd, false)); in linux_sync_file_range()
/freebsd-13.1/sys/kern/
H A Dvfs_syscalls.c3523 kern_fsync(struct thread *td, int fd, bool fullsync) in kern_fsync() function
3572 return (kern_fsync(td, uap->fd, true)); in sys_fsync()
3579 return (kern_fsync(td, uap->fd, false)); in sys_fdatasync()