Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/
H A Dfs_mgr.cpp373 bool has_quota = (sb->s_feature_ro_compat & cpu_to_le32(EXT4_FEATURE_RO_COMPAT_QUOTA)) != 0; in tune_quota() local
377 if (has_quota == want_quota) { in tune_quota()
/aosp14/frameworks/base/core/proto/android/server/
H A Djobscheduler.proto593 optional bool has_quota = 5; field