Searched refs:fsync_common (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.121.3/bsd/vfs/ |
| H A D | vfs_syscalls.c | 196 static int fsync_common(proc_t p, struct fsync_args *uap, int flags); 8339 return fsync_common(p, uap, MNT_WAIT); in fsync() 8353 return fsync_common(p, (struct fsync_args *)uap, MNT_WAIT); in fsync_nocancel() 8365 return fsync_common(p, (struct fsync_args *)uap, MNT_DWAIT); in fdatasync() 8395 fsync_common(proc_t p, struct fsync_args *uap, int flags) in fsync_common() function
|