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