Searched refs:attr_timeout (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/include/fuse-lite/
H A Dfuse_lowlevel.h79 * Even if attr_timeout == 0, attr must be correct. For example,
87 double attr_timeout; member in struct:fuse_entry_param
865 * @param attr_timeout validity timeout (in seconds) for the attributes
869 double attr_timeout);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse_lowlevel.c291 arg->attr_valid = calc_timeout_sec(e->attr_timeout);
292 arg->attr_valid_nsec = calc_timeout_nsec(e->attr_timeout);
335 double attr_timeout)
340 arg.attr_valid = calc_timeout_sec(attr_timeout);
341 arg.attr_valid_nsec = calc_timeout_nsec(attr_timeout);
334 fuse_reply_attr(fuse_req_t req, const struct stat *attr, double attr_timeout) argument
H A Dfuse.c42 double attr_timeout; member in struct:fuse_config
953 e->attr_timeout = f->conf.attr_timeout;
1143 fuse_reply_attr(req, &buf, f->conf.attr_timeout);
1204 fuse_reply_attr(req, &buf, f->conf.attr_timeout);
2501 FUSE_LIB_OPT("attr_timeout=%lf", attr_timeout, 0),
2523 " -o attr_timeout=T cache timeout for attributes (1.0s)\n"
2524 " -o ac_attr_timeout=T auto cache timeout for attributes (attr_timeout)\n"
2631 f->conf.attr_timeout
[all...]

Completed in 34 milliseconds