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

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_cnode.h206 #define c_zftimeout c_childhint macro
H A Dhfs_readwrite.c652 cp->c_zftimeout = tv.tv_sec + ZFTIMELIMIT;
3445 cp->c_zftimeout = tv.tv_sec + ZFTIMELIMIT;
3454 cp->c_zftimeout = tv.tv_sec + ZFTIMELIMIT;
H A Dhfs_vnops.c2944 cp->c_zftimeout != 0))) {
2947 if ((cp->c_flag & C_ALWAYS_ZEROFILL) == 0 && !fullsync && tv.tv_sec < (long)cp->c_zftimeout) {
2985 cp->c_zftimeout = 0;
H A Dhfs_cnode.c826 cp->c_zftimeout = 0;
H A Dhfs_hotfiles.c1940 cp->c_zftimeout = 1;

Completed in 62 milliseconds