Home
last modified time | relevance | path

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

/system/vold/
Dmain.cpp46 bool has_quota : 1; member
135 android::base::SetProperty("vold.has_quota", configs.has_quota ? "1" : "0"); in main()
230 configs->has_quota = false; in process_config()
235 configs->has_quota = true; in process_config()
/system/core/fs_mgr/
Dfs_mgr.cpp361 bool has_quota = (sb->s_feature_ro_compat & cpu_to_le32(EXT4_FEATURE_RO_COMPAT_QUOTA)) != 0; in tune_quota() local
365 if (has_quota == want_quota) { in tune_quota()