quota_magics 135 fs/quota/quota_v1.c static const uint quota_magics[] = V2_INITQMAGICS; quota_magics 151 fs/quota/quota_v1.c if (le32_to_cpu(dqhead.dqh_magic) != quota_magics[type]) quota_magics 80 fs/quota/quota_v2.c static const uint quota_magics[] = V2_INITQMAGICS; quota_magics 85 fs/quota/quota_v2.c if (le32_to_cpu(dqhead.dqh_magic) != quota_magics[type] ||