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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vnops.c2257 hfs_fsync(struct vnode *vp, int waitfor, int fullsync, struct proc *p) argument
2279 fullsync = 1;
2326 if ((cp->c_flag & C_ALWAYS_ZEROFILL) == 0 && !fullsync && tv.tv_sec < (long)cp->c_zftimeout) {
2411 fullsync = 1;
2433 if ((retval == 0) && wait && !fullsync && cp->c_hint &&
2442 if (fullsync) {
2449 * and the fullsync indicates we are supposed to flush all cached

Completed in 29 milliseconds