Searched refs:ifsSrc (Results 1 – 1 of 1) sorted by relevance
1258 auto ifsSrc = getIfsLocked(sourceStorageId); in link() local1259 if (!ifsSrc) { in link()1262 if (sourceStorageId != destStorageId && getIfsLocked(destStorageId) != ifsSrc) { in link()1266 std::string normOldPath = normalizePathToStorage(*ifsSrc, sourceStorageId, oldPath); in link()1267 std::string normNewPath = normalizePathToStorage(*ifsSrc, destStorageId, newPath); in link()1272 if (auto err = mIncFs->link(ifsSrc->control, normOldPath, normNewPath); err < 0) { in link()