/third_party/libfuse/test/ |
H A D | release_unlink_race.c | 25 cfg->attr_timeout = 0; in xmp_init()
|
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse_lowlevel.h | 79 * 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 D | fuse_lowlevel.h | 83 * 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 D | fuse.h | 138 double attr_timeout; member
|
/third_party/libfuse/example/ |
H A D | invalidate_path.c | 77 cfg->attr_timeout = NO_TIMEOUT; in xmp_init()
|
H A D | hello_ll.c | 79 e.attr_timeout = 1.0; in hello_ll_lookup()
|
H A D | hello_ll_uds.c | 89 e.attr_timeout = 1.0; in hello_ll_lookup()
|
H A D | notify_store_retrieve.c | 139 e.attr_timeout = NO_TIMEOUT; in tfs_lookup()
|
H A D | notify_inval_entry.c | 156 e.attr_timeout = options.timeout; in tfs_lookup()
|
H A D | notify_inval_inode.c | 136 e.attr_timeout = NO_TIMEOUT; in tfs_lookup()
|
H A D | passthrough_hp.cc | 320 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 D | passthrough_fh.c | 65 cfg->attr_timeout = 0; in xmp_init()
|
H A D | passthrough.c | 70 cfg->attr_timeout = 0; in xmp_init()
|
H A D | passthrough_ll.c | 319 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 D | fuse_lowlevel.c | 327 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 D | fuse.c | 51 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 D | fuse_lowlevel.c | 362 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 D | fuse.c | 2471 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 D | lowntfs-3g.c | 1016 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()
|