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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_cnode.h229 #define C_ALWAYS_ZEROFILL 0x08000 /* Always zero-fill the file on an fsync */ macro
H A Dhfs_readwrite.c2328 cp->c_flag |= C_ALWAYS_ZEROFILL;
2330 cp->c_flag &= ~C_ALWAYS_ZEROFILL;
H A Dhfs_vnops.c2319 if (fp && (((cp->c_flag & C_ALWAYS_ZEROFILL) && !TAILQ_EMPTY(&fp->ff_invalidranges)) ||
2326 if ((cp->c_flag & C_ALWAYS_ZEROFILL) == 0 && !fullsync && tv.tv_sec < (long)cp->c_zftimeout) {

Completed in 97 milliseconds