Searched refs:has_quota (Results 1 – 2 of 2) sorted by relevance
46 bool has_quota : 1; member135 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()
361 bool has_quota = (sb->s_feature_ro_compat & cpu_to_le32(EXT4_FEATURE_RO_COMPAT_QUOTA)) != 0; in tune_quota() local365 if (has_quota == want_quota) { in tune_quota()