Searched defs:NotifyParamDisk (Results 1 – 1 of 1) sorted by relevance
47 struct NotifyParamDisk { struct48 CloudDiskFuseData *data = nullptr;49 FindCloudDiskInodeFunc func;50 NotifyOpsType opsType = NotifyOpsType::OPS_NONE;51 std::shared_ptr<CloudDiskInode> inoPtr = nullptr;52 fuse_ino_t ino = 0;53 std::string name = "";54 fuse_ino_t newIno = 0;55 std::string newName = "";