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

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_cnode.h245 #define C_ALWAYS_ZEROFILL 0x0008000 /* Always zero-fill the file on an fsync */ macro
H A Dhfs_readwrite.c2619 cp->c_flag |= C_ALWAYS_ZEROFILL;
2621 cp->c_flag &= ~C_ALWAYS_ZEROFILL;
H A Dhfs_vnops.c2940 if (fp && (((cp->c_flag & C_ALWAYS_ZEROFILL) && !TAILQ_EMPTY(&fp->ff_invalidranges)) ||
2947 if ((cp->c_flag & C_ALWAYS_ZEROFILL) == 0 && !fullsync && tv.tv_sec < (long)cp->c_zftimeout) {

Completed in 48 milliseconds