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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_cnode.h192 #define c_zftimeout c_childhint macro
H A Dhfs_cnode.c803 cp->c_zftimeout = 0;
H A Dhfs_readwrite.c623 cp->c_zftimeout = tv.tv_sec + ZFTIMELIMIT;
3004 cp->c_zftimeout = tv.tv_sec + ZFTIMELIMIT;
3013 cp->c_zftimeout = tv.tv_sec + ZFTIMELIMIT;
H A Dhfs_vnops.c2323 cp->c_zftimeout != 0))) {
2326 if ((cp->c_flag & C_ALWAYS_ZEROFILL) == 0 && !fullsync && tv.tv_sec < (long)cp->c_zftimeout) {
2364 cp->c_zftimeout = 0;
H A Dhfs_hotfiles.c1925 cp->c_zftimeout = 1;

Completed in 122 milliseconds