Searched refs:fullsync (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vnops.c2871 hfs_fsync(struct vnode *vp, int waitfor, int fullsync, struct proc *p) argument
2893 fullsync = 1;
2947 if ((cp->c_flag & C_ALWAYS_ZEROFILL) == 0 && !fullsync && tv.tv_sec < (long)cp->c_zftimeout) {
3032 fullsync = 1;
3054 if ((retval == 0) && wait && !fullsync && cp->c_hint &&
3063 if (fullsync) {
3070 * and the fullsync indicates we are supposed to flush all cached

Completed in 29 milliseconds