Lines Matching refs:timeout
93 double timeout;
114 { "timeout=%lf",
115 offsetof(struct lo_data, timeout), 0 },
116 { "timeout=",
138 " -o timeout=1.0 Caching timeout\n"
139 " -o timeout=0/1 Timeout is set\n"
213 fuse_reply_attr(req, &buf, lo->timeout);
319 e->attr_timeout = lo->timeout;
320 e->entry_timeout = lo->timeout;
446 e.attr_timeout = lo->timeout;
447 e.entry_timeout = lo->timeout;
1252 lo.timeout = 0.0;
1256 lo.timeout = 1.0;
1260 lo.timeout = 86400.0;
1263 } else if (lo.timeout < 0) {
1264 fuse_log(FUSE_LOG_ERR, "timeout is negative (%lf)\n",
1265 lo.timeout);