Searched refs:fuse_reply_attr (Results 1 - 16 of 16) sorted by relevance
/third_party/libfuse/test/ |
H A D | test_setattr.c | 86 fuse_reply_attr(req, &stbuf, 5); in tfs_getattr()
|
H A D | test_write_cache.c | 119 fuse_reply_attr(req, &stbuf, 5); in tfs_getattr()
|
/third_party/libfuse/example/ |
H A D | hello_ll.c | 67 fuse_reply_attr(req, &stbuf, 1.0); in hello_ll_getattr()
|
H A D | hello_ll_uds.c | 77 fuse_reply_attr(req, &stbuf, 1.0); in hello_ll_getattr()
|
H A D | notify_store_retrieve.c | 170 fuse_reply_attr(req, &stbuf, NO_TIMEOUT); in tfs_getattr()
|
H A D | notify_inval_entry.c | 187 fuse_reply_attr(req, &stbuf, options.timeout); in tfs_getattr()
|
H A D | notify_inval_inode.c | 167 fuse_reply_attr(req, &stbuf, NO_TIMEOUT); in tfs_getattr()
|
H A D | passthrough_hp.cc | 227 fuse_reply_attr(req, &attr, fs.timeout); in sfs_getattr()
|
H A D | passthrough_ll.c | 213 fuse_reply_attr(req, &buf, lo->timeout); in lo_getattr()
|
/third_party/ntfs-3g/include/fuse-lite/ |
H A D | fuse_lowlevel.h | 208 * fuse_reply_attr 233 * fuse_reply_attr 907 int fuse_reply_attr(fuse_req_t req, const struct stat *attr,
|
/third_party/libfuse/include/ |
H A D | fuse_lowlevel.h | 296 * fuse_reply_attr 331 * fuse_reply_attr 1366 int fuse_reply_attr(fuse_req_t req, const struct stat *attr,
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse.c | 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()
|
H A D | fuse_lowlevel.c | 378 int fuse_reply_attr(fuse_req_t req, const struct stat *attr, in fuse_reply_attr() function
|
/third_party/ntfs-3g/src/ |
H A D | lowntfs-3g.c | 1000 fuse_reply_attr(req, &stbuf, ATTR_TIMEOUT); in ntfs_fuse_getattr() 2295 fuse_reply_attr(req, &stbuf, ATTR_TIMEOUT); in ntfs_fuse_setattr()
|
/third_party/libfuse/lib/ |
H A D | fuse.c | 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()
|
H A D | fuse_lowlevel.c | 449 int fuse_reply_attr(fuse_req_t req, const struct stat *attr, function
|
Completed in 44 milliseconds