Searched refs:fuse_mount (Results 1 – 2 of 2) sorted by relevance
180 void ConfigureMaxDirtyRatioForFuse(const std::string& fuse_mount, unsigned int max_ratio);182 void ConfigureReadAheadForFuse(const std::string& fuse_mount, size_t read_ahead_kb);
1432 void ConfigureMaxDirtyRatioForFuse(const std::string& fuse_mount, unsigned int max_ratio) { in ConfigureMaxDirtyRatioForFuse() argument1433 LOG(INFO) << "Configuring max_ratio of " << fuse_mount << " fuse filesystem to " << max_ratio; in ConfigureMaxDirtyRatioForFuse()1438 std::string fuseBdiPath = getBdiPathForMount(fuse_mount); in ConfigureMaxDirtyRatioForFuse()1456 void ConfigureReadAheadForFuse(const std::string& fuse_mount, size_t read_ahead_kb) { in ConfigureReadAheadForFuse() argument1457 LOG(INFO) << "Configuring read_ahead of " << fuse_mount << " fuse filesystem to " in ConfigureReadAheadForFuse()1459 std::string fuseBdiPath = getBdiPathForMount(fuse_mount); in ConfigureReadAheadForFuse()