fuse_operations
const struct fuse_operations *op, size_t op_size,
int fuse_main_real(int argc, char *argv[], const struct fuse_operations *op,
struct fuse_fs *fuse_fs_new(const struct fuse_operations *op, size_t op_size,
const struct fuse_operations *op, size_t op_size,
const fuse_operations* ops, size_t opSize, void* userData)
FUSEFileSystem::_InitClientFS(const fuse_operations* ops, size_t opSize,
const fuse_operations* ops, size_t opSize,
status_t _InitClientFS(const fuse_operations* ops,
fuse_fs_new(const struct fuse_operations* ops, size_t opSize, void* userData)
if (sizeof(fuse_operations) < opSize) {
memset(&fs->ops, 0, sizeof(fuse_operations));
fuse_operations ops;
const struct fuse_operations *op, size_t opSize, void *userData)
fuse_main_real(int argc, char* argv[], const struct fuse_operations* op,
struct fuse_operations gFUSEOperations;
initialiseFuseOps(struct fuse_operations* fuseOps)