Home
last modified time | relevance | path

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

/linux-4.19.296/fs/quota/
Dquotaio_v2.h29 __le32 dqh_magic; /* Magic number identifying file */ member
Dquota_v1.c122 __le32 dqh_magic; /* Magic number identifying file */ member
150 if (le32_to_cpu(dqhead.dqh_magic) != quota_magics[type]) in v1_check_quota_file()
Dquota_v2.c84 if (le32_to_cpu(dqhead.dqh_magic) != quota_magics[type] || in v2_check_quota_file()
/linux-4.19.296/fs/ocfs2/
Dquota_local.c183 if (le32_to_cpu(dqhead->dqh_magic) != lmagics[type]) { in ocfs2_local_check_quota_file()
185 " type=%d\n", le32_to_cpu(dqhead->dqh_magic), in ocfs2_local_check_quota_file()
215 if (le32_to_cpu(dqhead->dqh_magic) != gmagics[type]) { in ocfs2_local_check_quota_file()
218 le32_to_cpu(dqhead->dqh_magic), gmagics[type], type); in ocfs2_local_check_quota_file()
Docfs2_fs.h1180 __le32 dqh_magic; /* Magic number identifying file */ member