|
|
@ -32,8 +32,11 @@ namespace FUSE |
|
|
unsigned max_queue_depth); |
|
|
unsigned max_queue_depth); |
|
|
~ReadDirCOSR(); |
|
|
~ReadDirCOSR(); |
|
|
|
|
|
|
|
|
int operator()(const fuse_req_ctx_t *ctx, |
|
|
|
|
|
fuse_file_info_t const *ffi, |
|
|
|
|
|
|
|
|
int opendir(const fuse_req_ctx_t *ctx, |
|
|
|
|
|
const char *fusepath, |
|
|
|
|
|
fuse_file_info_t *ffi); |
|
|
|
|
|
int readdir(const fuse_req_ctx_t *ctx, |
|
|
|
|
|
const fuse_file_info_t *ffi, |
|
|
fuse_dirents_t *buf); |
|
|
fuse_dirents_t *buf); |
|
|
|
|
|
|
|
|
private: |
|
|
private: |
|
|
|