Home
last modified time | relevance | path

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

/openbmc/linux/fs/quota/
H A Dquotaio_v2.h29 __le32 dqh_magic; /* Magic number identifying file */ member
H A Dquota_v1.c123 __le32 dqh_magic; /* Magic number identifying file */ member
151 if (le32_to_cpu(dqhead.dqh_magic) != quota_magics[type]) in v1_check_quota_file()
H A Dquota_v2.c83 if (le32_to_cpu(dqhead.dqh_magic) != quota_magics[type] || in v2_check_quota_file()
/openbmc/linux/fs/ocfs2/
H A 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()
H A Docfs2_fs.h1139 __le32 dqh_magic; /* Magic number identifying file */ member