Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr.cpp387 bool want_quota = entry.fs_mgr_flags.quota; in tune_quota() local
390 if (has_quota == want_quota) { in tune_quota()
395 LERROR << "Unable to " << (want_quota ? "enable" : "disable") << " quotas on " << blk_device in tune_quota()
402 if (want_quota) { in tune_quota()
418 LERROR << "Failed to run " TUNE2FS_BIN " to " << (want_quota ? "enable" : "disable") in tune_quota()