Searched refs:dqh_magic (Results 1 – 5 of 5) sorted by relevance
29 __le32 dqh_magic; /* Magic number identifying file */ member
122 __le32 dqh_magic; /* Magic number identifying file */ member150 if (le32_to_cpu(dqhead.dqh_magic) != quota_magics[type]) in v1_check_quota_file()
84 if (le32_to_cpu(dqhead.dqh_magic) != quota_magics[type] || in v2_check_quota_file()
183 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()
1180 __le32 dqh_magic; /* Magic number identifying file */ member