Home
last modified time | relevance | path

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

/linux-3.4.99/fs/quota/
Dquotaio_v2.h27 __le32 dqh_version; /* File version */ member
Dquota_v2.c83 le32_to_cpu(dqhead.dqh_version) > quota_versions[type]) in v2_check_quota_file()
100 version = le32_to_cpu(dqhead.dqh_version); in v2_read_file_info()
Dquota_v1.c120 __le32 dqh_version; /* File version */ member
/linux-3.4.99/fs/ocfs2/
Dquota_local.c196 if (le32_to_cpu(dqhead->dqh_version) != lversions[type]) { in ocfs2_local_check_quota_file()
198 " type=%d\n", le32_to_cpu(dqhead->dqh_version), in ocfs2_local_check_quota_file()
228 if (le32_to_cpu(dqhead->dqh_version) != gversions[type]) { in ocfs2_local_check_quota_file()
231 le32_to_cpu(dqhead->dqh_version), gversions[type], in ocfs2_local_check_quota_file()
Docfs2_fs.h1171 __le32 dqh_version; /* Quota format version */ member