|
|
@ -50,9 +50,9 @@ namespace FUSE |
|
|
int from_string(const std::string_view); |
|
|
int from_string(const std::string_view); |
|
|
|
|
|
|
|
|
public: |
|
|
public: |
|
|
int opendir(const fuse_req_ctx_t *ctx, |
|
|
|
|
|
fuse_file_info_t const *ffi, |
|
|
|
|
|
fuse_dirents_t *buf); |
|
|
|
|
|
|
|
|
int opendir(const fuse_req_ctx_t *ctx, |
|
|
|
|
|
const char *fusepath, |
|
|
|
|
|
fuse_file_info_t *ffi); |
|
|
int readdir(const fuse_req_ctx_t *ctx, |
|
|
int readdir(const fuse_req_ctx_t *ctx, |
|
|
fuse_file_info_t const *ffi, |
|
|
fuse_file_info_t const *ffi, |
|
|
fuse_dirents_t *buf); |
|
|
fuse_dirents_t *buf); |
|
|
|