Searched refs:fuse_mount (Results 1 – 2 of 2) sorted by relevance
192 void ConfigureMaxDirtyRatioForFuse(const std::string& fuse_mount, unsigned int max_ratio);194 void ConfigureReadAheadForFuse(const std::string& fuse_mount, size_t read_ahead_kb);
1481 void ConfigureMaxDirtyRatioForFuse(const std::string& fuse_mount, unsigned int max_ratio) { in ConfigureMaxDirtyRatioForFuse() argument1482 LOG(INFO) << "Configuring max_ratio of " << fuse_mount << " fuse filesystem to " << max_ratio; in ConfigureMaxDirtyRatioForFuse()1487 std::string fuseBdiPath = getBdiPathForMount(fuse_mount); in ConfigureMaxDirtyRatioForFuse()1505 void ConfigureReadAheadForFuse(const std::string& fuse_mount, size_t read_ahead_kb) { in ConfigureReadAheadForFuse() argument1506 LOG(INFO) << "Configuring read_ahead of " << fuse_mount << " fuse filesystem to " in ConfigureReadAheadForFuse()1508 std::string fuseBdiPath = getBdiPathForMount(fuse_mount); in ConfigureReadAheadForFuse()