Searched refs:fsync_common (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.140.41/bsd/vfs/ |
| H A D | vfs_syscalls.c | 193 static int fsync_common(proc_t p, struct fsync_args *uap, int flags); 7778 return fsync_common(p, uap, MNT_WAIT); in fsync() 7792 return fsync_common(p, (struct fsync_args *)uap, MNT_WAIT); in fsync_nocancel() 7804 return fsync_common(p, (struct fsync_args *)uap, MNT_DWAIT); in fdatasync() 7834 fsync_common(proc_t p, struct fsync_args *uap, int flags) in fsync_common() function
|