Searched refs:negative_timeout (Results 1 – 3 of 3) sorted by relevance
56 #define NEG_VALID(x) (NEG_AGE(x) < negative_timeout)87 int negative_timeout = 60; variable611 negative_timeout = atoi(optarg); in main()
129 double negative_timeout; member
2726 if (err == -ENOENT && f->conf.negative_timeout != 0.0) { in fuse_lib_lookup()2728 e.entry_timeout = f->conf.negative_timeout; in fuse_lib_lookup()4661 FUSE_LIB_OPT("negative_timeout=%lf", negative_timeout, 0),4891 f->conf.negative_timeout = 0.0; in fuse_new_31()