Searched refs:fuse_mount (Results 1 – 2 of 2) sorted by relevance
198 void ConfigureMaxDirtyRatioForFuse(const std::string& fuse_mount, unsigned int max_ratio);200 void ConfigureReadAheadForFuse(const std::string& fuse_mount, size_t read_ahead_kb);
1507 void ConfigureMaxDirtyRatioForFuse(const std::string& fuse_mount, unsigned int max_ratio) { in ConfigureMaxDirtyRatioForFuse() argument1508 LOG(INFO) << "Configuring max_ratio of " << fuse_mount << " fuse filesystem to " << max_ratio; in ConfigureMaxDirtyRatioForFuse()1513 std::string fuseBdiPath = getBdiPathForMount(fuse_mount); in ConfigureMaxDirtyRatioForFuse()1531 void ConfigureReadAheadForFuse(const std::string& fuse_mount, size_t read_ahead_kb) { in ConfigureReadAheadForFuse() argument1532 LOG(INFO) << "Configuring read_ahead of " << fuse_mount << " fuse filesystem to " in ConfigureReadAheadForFuse()1534 std::string fuseBdiPath = getBdiPathForMount(fuse_mount); in ConfigureReadAheadForFuse()