Searched refs:kern_fsync (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/compat/cloudabi/ |
| H A D | cloudabi_fd.c | 136 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 D | syscallsubr.h | 147 int kern_fsync(struct thread *td, int fd, bool fullsync);
|
| /freebsd-13.1/sys/compat/linux/ |
| H A D | linux_file.c | 1165 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 D | vfs_syscalls.c | 3523 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()
|