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