Home
last modified time | relevance | path

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

/third_party/libfuse/test/
H A Drelease_unlink_race.c25 cfg->attr_timeout = 0; in xmp_init()
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse_lowlevel.h79 * Even if attr_timeout == 0, attr must be correct. For example,
87 double attr_timeout; member
904 * @param attr_timeout validity timeout (in seconds) for the attributes
908 double attr_timeout);
/third_party/libfuse/include/
H A Dfuse_lowlevel.h83 * Even if attr_timeout == 0, attr must be correct. For example,
94 double attr_timeout; member
1363 * @param attr_timeout validity timeout (in seconds) for the attributes
1367 double attr_timeout);
H A Dfuse.h138 double attr_timeout; member
/third_party/libfuse/example/
H A Dinvalidate_path.c77 cfg->attr_timeout = NO_TIMEOUT; in xmp_init()
H A Dhello_ll.c79 e.attr_timeout = 1.0; in hello_ll_lookup()
H A Dhello_ll_uds.c89 e.attr_timeout = 1.0; in hello_ll_lookup()
H A Dnotify_store_retrieve.c139 e.attr_timeout = NO_TIMEOUT; in tfs_lookup()
H A Dnotify_inval_entry.c156 e.attr_timeout = options.timeout; in tfs_lookup()
H A Dnotify_inval_inode.c136 e.attr_timeout = NO_TIMEOUT; in tfs_lookup()
H A Dpassthrough_hp.cc320 e->attr_timeout = fs.timeout; in do_lookup()
410 e.attr_timeout = fs.timeout; in sfs_lookup()
480 e.attr_timeout = fs.timeout; in sfs_link()
H A Dpassthrough_fh.c65 cfg->attr_timeout = 0; in xmp_init()
H A Dpassthrough.c70 cfg->attr_timeout = 0; in xmp_init()
H A Dpassthrough_ll.c319 e->attr_timeout = lo->timeout; in lo_do_lookup()
446 e.attr_timeout = lo->timeout; in lo_link()
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_lowlevel.c327 arg->attr_valid = calc_timeout_sec(e->attr_timeout); in fill_entry()
328 arg->attr_valid_nsec = calc_timeout_nsec(e->attr_timeout); in fill_entry()
379 double attr_timeout) in fuse_reply_attr()
384 arg.attr_valid = calc_timeout_sec(attr_timeout); in fuse_reply_attr()
385 arg.attr_valid_nsec = calc_timeout_nsec(attr_timeout); in fuse_reply_attr()
378 fuse_reply_attr(fuse_req_t req, const struct stat *attr, double attr_timeout) fuse_reply_attr() argument
H A Dfuse.c51 double attr_timeout; member
1184 e->attr_timeout = f->conf.attr_timeout; in lookup_path()
1406 fuse_reply_attr(req, &buf, f->conf.attr_timeout); in fuse_lib_getattr()
1497 fuse_reply_attr(req, &buf, f->conf.attr_timeout); in fuse_lib_setattr()
2889 FUSE_LIB_OPT("attr_timeout=%lf", attr_timeout, 0),
2917 " -o attr_timeout=T cache timeout for attributes (1.0s)\n" in fuse_lib_help()
2918 " -o ac_attr_timeout=T auto cache timeout for attributes (attr_timeout)\n" in fuse_lib_help()
3084 f->conf.attr_timeout in fuse_new()
[all...]
/third_party/libfuse/lib/
H A Dfuse_lowlevel.c362 arg->attr_valid = calc_timeout_sec(e->attr_timeout);
363 arg->attr_valid_nsec = calc_timeout_nsec(e->attr_timeout);
450 double attr_timeout)
457 arg.attr_valid = calc_timeout_sec(attr_timeout);
458 arg.attr_valid_nsec = calc_timeout_nsec(attr_timeout);
449 fuse_reply_attr(fuse_req_t req, const struct stat *attr, double attr_timeout) global() argument
H A Dfuse.c2471 e->attr_timeout = f->conf.attr_timeout; in do_lookup()
2748 fuse_reply_attr(req, &buf, f->conf.attr_timeout); in fuse_lib_getattr()
2846 fuse_reply_attr(req, &buf, f->conf.attr_timeout); in fuse_lib_setattr()
4665 FUSE_LIB_OPT("attr_timeout=%lf", attr_timeout, 0),
4717 " -o attr_timeout=T cache timeout for attributes (1.0s)\n" in fuse_lib_help()
4718 " -o ac_attr_timeout=T auto cache timeout for attributes (attr_timeout)\n" in fuse_lib_help()
4898 f->conf.attr_timeout = 1.0; in fuse_new_31()
4956 f->conf.ac_attr_timeout = f->conf.attr_timeout; in fuse_new_31()
[all...]
/third_party/ntfs-3g/src/
H A Dlowntfs-3g.c1016 pentry->attr_timeout = ATTR_TIMEOUT; in ntfs_fuse_fillstat()
2499 e->attr_timeout = ATTR_TIMEOUT; in ntfs_fuse_create()
2653 e->attr_timeout = ATTR_TIMEOUT; in ntfs_fuse_newlink()

Completed in 48 milliseconds