Home
last modified time | relevance | path

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

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