Home
last modified time | relevance | path

Searched defs:cInode (Results 1 – 1 of 1) sorted by relevance

/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
Dfuse_manager.cpp204 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()
581 static string GetAssetPath(shared_ptr<CloudInode> cInode, struct FuseData *data) in GetAssetPath()
603 static int CloudOpenOnLocal(struct FuseData *data, shared_ptr<CloudInode> cInode, struct fuse_file_… in CloudOpenOnLocal()
649 shared_ptr<CloudInode> cInode, struct fuse_file_info *fi) in HandleOpenResult()
675 static void DownloadThmOrLcd(shared_ptr<CloudInode> cInode, shared_ptr<CloudError> err, shared_ptr<… in DownloadThmOrLcd()
699 static void LoadCacheFileIndex(shared_ptr<CloudInode> cInode, int32_t userId) in LoadCacheFileIndex()
742 static int DoCloudOpen(shared_ptr<CloudInode> cInode, struct fuse_file_info *fi, struct FuseData *d… in DoCloudOpen()
766 static void UpdateReadStat(shared_ptr<CloudInode> cInode, uint64_t startTime) in UpdateReadStat()
[all …]