Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr.cpp362 bool want_quota = entry.fs_mgr_flags.quota; in tune_quota() local
365 if (has_quota == want_quota) { in tune_quota()
370 LERROR << "Unable to " << (want_quota ? "enable" : "disable") << " quotas on " << blk_device in tune_quota()
377 if (want_quota) { in tune_quota()
393 LERROR << "Failed to run " TUNE2FS_BIN " to " << (want_quota ? "enable" : "disable") in tune_quota()