Searched defs:cInode (Results 1 – 1 of 1) sorted by relevance
| /foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/ |
| D | fuse_manager.cpp | 204 shared_ptr<CloudInode> cInode{nullptr}; member 225 static void InsertReadArgs(shared_ptr<CloudInode> cInode, vector<shared_ptr<ReadArguments>> readArg… in InsertReadArgs() 235 static void EraseReadArgs(shared_ptr<CloudInode> cInode, vector<shared_ptr<ReadArguments>> readArgs… in EraseReadArgs() 584 static string GetAssetPath(shared_ptr<CloudInode> cInode, struct FuseData *data) in GetAssetPath() 606 static int CloudOpenOnLocal(struct FuseData *data, shared_ptr<CloudInode> cInode, struct fuse_file_… in CloudOpenOnLocal() 652 shared_ptr<CloudInode> cInode, struct fuse_file_info *fi) in HandleOpenResult() 678 static void DownloadThmOrLcd(shared_ptr<CloudInode> cInode, shared_ptr<CloudError> err, shared_ptr<… in DownloadThmOrLcd() 702 static void LoadCacheFileIndex(shared_ptr<CloudInode> cInode, int32_t userId) in LoadCacheFileIndex() 745 static int DoCloudOpen(shared_ptr<CloudInode> cInode, struct fuse_file_info *fi, struct FuseData *d… in DoCloudOpen() 769 static void HandleReopen(fuse_req_t req, struct FuseData *data, shared_ptr<CloudInode> cInode, in HandleReopen() [all …]
|