Searched refs:kern_fsync (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/compat/linux/ |
| H A D | linux_file.c | 999 return (kern_fsync(td, uap->fd, false)); in linux_fdatasync() 1022 return (kern_fsync(td, uap->fd, false)); in linux_sync_file_range()
|
| /freebsd/sys/sys/ |
| H A D | syscallsubr.h | 203 int kern_fsync(struct thread *td, int fd, bool fullsync);
|
| /freebsd/sys/kern/ |
| H A D | vfs_syscalls.c | 3655 kern_fsync(struct thread *td, int fd, bool fullsync) in kern_fsync() function 3700 return (kern_fsync(td, uap->fd, true)); in sys_fsync() 3707 return (kern_fsync(td, uap->fd, false)); in sys_fdatasync()
|