Lines Matching defs:timeout
149 double timeout;
195 if (fs.timeout && conn->capable & FUSE_CAP_WRITEBACK_CACHE)
227 fuse_reply_attr(req, &attr, fs.timeout);
320 e->attr_timeout = fs.timeout;
321 e->entry_timeout = fs.timeout;
410 e.attr_timeout = fs.timeout;
411 e.entry_timeout = fs.timeout;
480 e.attr_timeout = fs.timeout;
481 e.entry_timeout = fs.timeout;
539 if (!fs.timeout) {
672 if(fs.timeout) {
860 if (fs.timeout && (fi->flags & O_ACCMODE) == O_WRONLY) {
871 if (fs.timeout && fi->flags & O_APPEND)
889 fi->keep_cache = (fs.timeout != 0);
890 fi->noflush = (fs.timeout == 0 && (fi->flags & O_ACCMODE) == O_RDONLY);
1311 fs.timeout = options.count("nocache") ? 0 : 86400.0;