Home
last modified time | relevance | path

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

/openbmc/linux/fs/quota/
H A Dquota_v1.c135 static const uint quota_magics[] = V2_INITQMAGICS; in v1_check_quota_file() local
151 if (le32_to_cpu(dqhead.dqh_magic) != quota_magics[type]) in v1_check_quota_file()
H A Dquota_v2.c78 static const uint quota_magics[] = V2_INITQMAGICS; in v2_check_quota_file() local
83 if (le32_to_cpu(dqhead.dqh_magic) != quota_magics[type] || in v2_check_quota_file()