Home
last modified time | relevance | path

Searched refs:attr_timeout (Results 1 – 4 of 4) sorted by relevance

/third_party/ntfs-3g/include/fuse-lite/
Dfuse_lowlevel.h87 double attr_timeout; member
908 double attr_timeout);
/third_party/ntfs-3g/libfuse-lite/
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() argument
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()
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),
3084 f->conf.attr_timeout = 1.0; in fuse_new()
3109 f->conf.ac_attr_timeout = f->conf.attr_timeout; in fuse_new()
/third_party/ntfs-3g/src/
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()