Searched refs:mdFileName (Results 1 – 1 of 1) sorted by relevance
1277 std::string mdFileName; in addBindMount() local1287 mdFileName = makeBindMdName(); in addBindMount()1288 metadataFullPath = path::join(ifs.root, constants().mount, mdFileName); in addBindMount()1292 LOG(ERROR) << __func__ << ": couldn't create a mount node " << mdFileName; in addBindMount()1297 const auto res = addBindMountWithMd(ifs, storage, std::move(mdFileName), std::move(source), in addBindMount()