Home
last modified time | relevance | path

Searched refs:dqh_version (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/fs/quota/
Dquotaio_v2.h30 __le32 dqh_version; /* File version */ member
Dquota_v2.c85 le32_to_cpu(dqhead.dqh_version) > quota_versions[type]) in v2_check_quota_file()
106 version = le32_to_cpu(dqhead.dqh_version); in v2_read_file_info()
Dquota_v1.c123 __le32 dqh_version; /* File version */ member
/linux-4.19.296/fs/ocfs2/
Dquota_local.c189 if (le32_to_cpu(dqhead->dqh_version) != lversions[type]) { in ocfs2_local_check_quota_file()
191 " type=%d\n", le32_to_cpu(dqhead->dqh_version), in ocfs2_local_check_quota_file()
221 if (le32_to_cpu(dqhead->dqh_version) != gversions[type]) { in ocfs2_local_check_quota_file()
224 le32_to_cpu(dqhead->dqh_version), gversions[type], in ocfs2_local_check_quota_file()
Docfs2_fs.h1181 __le32 dqh_version; /* Quota format version */ member