dqh_magic        1141 fs/ocfs2/ocfs2_fs.h 	__le32 dqh_magic;	/* Magic number identifying file */
dqh_magic         183 fs/ocfs2/quota_local.c 	if (le32_to_cpu(dqhead->dqh_magic) != lmagics[type]) {
dqh_magic         185 fs/ocfs2/quota_local.c 			" type=%d\n", le32_to_cpu(dqhead->dqh_magic),
dqh_magic         215 fs/ocfs2/quota_local.c 	if (le32_to_cpu(dqhead->dqh_magic) != gmagics[type]) {
dqh_magic         218 fs/ocfs2/quota_local.c 			le32_to_cpu(dqhead->dqh_magic), gmagics[type], type);
dqh_magic         123 fs/quota/quota_v1.c 	__le32 dqh_magic;        /* Magic number identifying file */
dqh_magic         151 fs/quota/quota_v1.c 	if (le32_to_cpu(dqhead.dqh_magic) != quota_magics[type])
dqh_magic          85 fs/quota/quota_v2.c 	if (le32_to_cpu(dqhead.dqh_magic) != quota_magics[type] ||
dqh_magic          29 fs/quota/quotaio_v2.h 	__le32 dqh_magic;	/* Magic number identifying file */