Lines Matching refs:le32_to_cpu

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()
189 if (le32_to_cpu(dqhead->dqh_version) != lversions[type]) { in ocfs2_local_check_quota_file()
191 " type=%d\n", le32_to_cpu(dqhead->dqh_version), 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()
221 if (le32_to_cpu(dqhead->dqh_version) != gversions[type]) { in ocfs2_local_check_quota_file()
224 le32_to_cpu(dqhead->dqh_version), gversions[type], in ocfs2_local_check_quota_file()
257 for (i = 0; i < le32_to_cpu(ldinfo->dqi_chunks); i++) { in ocfs2_load_local_quota_bitmaps()
346 int i, chunks = le32_to_cpu(ldinfo->dqi_chunks); in ocfs2_recovery_load_quota()
359 if (le32_to_cpu(dchunk->dqc_free) < ol_chunk_entries(sb)) in ocfs2_recovery_load_quota()
636 flags = le32_to_cpu(ldinfo->dqi_flags); in ocfs2_finish_quota_recovery()
733 oinfo->dqi_flags = le32_to_cpu(ldinfo->dqi_flags); in ocfs2_local_read_info()
734 oinfo->dqi_chunks = le32_to_cpu(ldinfo->dqi_chunks); in ocfs2_local_read_info()
735 oinfo->dqi_blocks = le32_to_cpu(ldinfo->dqi_blocks); in ocfs2_local_read_info()
835 if (le32_to_cpu(dchunk->dqc_free) != len) { in ocfs2_local_free_info()
933 if (le32_to_cpu(dchunk->dqc_free) > 0) { in ocfs2_find_free_entry()
954 le32_to_cpu(dchunk->dqc_free), type); in ocfs2_find_free_entry()