Lines Matching defs:timeout
20 * $ notify_inval_entry --update-interval=1 --timeout 30 --no-notify mnt/
45 * Only once the kernel cache timeout has been reached will the stat
54 * $ notify_inval_entry --update-interval=1 --timeout 30 --no-notify mnt/
103 float timeout;
108 .timeout = 5,
119 OPTION("--timeout=%f", timeout),
156 e.attr_timeout = options.timeout;
157 e.entry_timeout = options.timeout;
187 fuse_reply_attr(req, &stbuf, options.timeout);
299 " --timeout=<secs> Timeout for kernel caches\n"