Home
last modified time | relevance | path

Searched refs:fuse_mount (Results 1 – 2 of 2) sorted by relevance

/system/vold/
DUtils.h192 void ConfigureMaxDirtyRatioForFuse(const std::string& fuse_mount, unsigned int max_ratio);
194 void ConfigureReadAheadForFuse(const std::string& fuse_mount, size_t read_ahead_kb);
DUtils.cpp1481 void ConfigureMaxDirtyRatioForFuse(const std::string& fuse_mount, unsigned int max_ratio) { in ConfigureMaxDirtyRatioForFuse() argument
1482 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() argument
1506 LOG(INFO) << "Configuring read_ahead of " << fuse_mount << " fuse filesystem to " in ConfigureReadAheadForFuse()
1508 std::string fuseBdiPath = getBdiPathForMount(fuse_mount); in ConfigureReadAheadForFuse()