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

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_cnode.h224 #define C_ZFWANTSYNC 0x0000004 /* fsync requested and file has holes */ macro
H A Dhfs_vnops.c2941 ((wait || (cp->c_flag & C_ZFWANTSYNC)) &&
2949 cp->c_flag |= C_ZFWANTSYNC;
2984 cp->c_flag &= ~C_ZFWANTSYNC;
H A Dhfs_cnode.c825 cp->c_flag &= ~C_ZFWANTSYNC;
H A Dhfs_hotfiles.c1939 cp->c_flag |= C_ZFWANTSYNC;

Completed in 102 milliseconds