Home
last modified time | relevance | path

Searched refs:inode (Results 1 - 7 of 7) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/
H A Dstore_debug_info.cpp20 SetValue(node[GET_NAME(inode)], inode); in Marshal()
31 GetValue(node, GET_NAME(inode), inode); in Unmarshal()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/metadata/
H A Dstore_debug_info.h23 uint64_t inode = 0; member
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/
H A Dfile_operations_helper_test.cpp333 std::shared_ptr<CloudDiskInode> inode = std::make_shared<CloudDiskInode>(); in HWTEST_F() local
334 data->inodeCache.insert(std::make_pair(1, inode)); in HWTEST_F()
580 std::shared_ptr<CloudDiskInode> inode = std::make_shared<CloudDiskInode>(); in HWTEST_F() local
581 data->inodeCache.insert(std::make_pair(1, inode)); in HWTEST_F()
607 std::shared_ptr<CloudDiskInode> inode = std::make_shared<CloudDiskInode>(); in HWTEST_F() local
608 data->inodeCache.insert(std::make_pair(0, inode)); in HWTEST_F()
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dfuse_manager.cpp302 CloudInode *inode = xcollieInput->node_; in XcollieCallback() local
303 if (inode == nullptr) { in XcollieCallback()
319 string msg = "In XcollieCallback, path:" + GetAnonyString((inode->path).c_str()); in XcollieCallback()
392 auto inode = GetCloudInode(data, ino); in CloudPath() local
393 if (inode) { in CloudPath()
394 return inode->path; in CloudPath()
512 LOGW("PutNode directory inode, path is %{public}s", GetAnonyString(node->path).c_str()); in PutNode()
548 FaultType::INODE_FILE, ENOMEM, "failed to get cloud inode"}); in CloudGetAttr()
634 LOGE("fail to find parent inode"); in CloudOpenOnLocal()
831 FaultType::INODE_FILE, ENOMEM, "failed to get cloud inode"}); in CloudOpen()
[all...]
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/
H A Dclouddisk_notify_utils_test.cpp35 std::shared_ptr<CloudDiskInode> MockFunc(CloudDiskFuseData* data, int64_t inode) in MockFunc() argument
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Dfile_operations_cloud.cpp203 LOGE("cloud file operations should not get a fuse root inode"); in DoCloudLookup()
210 LOGE("fail to find parent inode"); in DoCloudLookup()
271 LOGE("inode not found"); in GetAttr()
380 LOGE("inode not found"); in Open()
612 LOGE("inode not found"); in GetChildInfos()
685 auto inode = FileOperationsHelper::FindCloudDiskInode(data, static_cast<int64_t>(ino)); in ReadDirForRecycle() local
686 if (inode == nullptr) { in ReadDirForRecycle()
687 LOGE("inode not found"); in ReadDirForRecycle()
692 inode->bundleName, RECYCLE_NAME); in ReadDirForRecycle()
757 LOGE("inode no in HandleCloudLocation()
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.cpp1276 rdbInfo.inode_ = fileDebug.inode;
1295 fileInfo.inode = info.inode_;

Completed in 8 milliseconds