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

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_cnode.h192 #define c_zftimeout c_childhint macro
H A Dhfs_cnode.c817 cp->c_zftimeout = 0;
H A Dhfs_readwrite.c631 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.c2673 cp->c_zftimeout != 0))) {
2676 if ((cp->c_flag & C_ALWAYS_ZEROFILL) == 0 && !fullsync && tv.tv_sec < (long)cp->c_zftimeout) {
2714 cp->c_zftimeout = 0;
H A Dhfs_hotfiles.c1940 cp->c_zftimeout = 1;

Completed in 77 milliseconds