Lines Matching refs:le32_to_cpu

184 	if (le32_to_cpu(dqhead->dqh_magic) != lmagics[type]) {  in ocfs2_local_check_quota_file()
186 " type=%d\n", le32_to_cpu(dqhead->dqh_magic), in ocfs2_local_check_quota_file()
190 if (le32_to_cpu(dqhead->dqh_version) != lversions[type]) { in ocfs2_local_check_quota_file()
192 " type=%d\n", le32_to_cpu(dqhead->dqh_version), in ocfs2_local_check_quota_file()
216 if (le32_to_cpu(dqhead->dqh_magic) != gmagics[type]) { in ocfs2_local_check_quota_file()
219 le32_to_cpu(dqhead->dqh_magic), gmagics[type], type); in ocfs2_local_check_quota_file()
222 if (le32_to_cpu(dqhead->dqh_version) != gversions[type]) { in ocfs2_local_check_quota_file()
225 le32_to_cpu(dqhead->dqh_version), gversions[type], in ocfs2_local_check_quota_file()
258 for (i = 0; i < le32_to_cpu(ldinfo->dqi_chunks); i++) { in ocfs2_load_local_quota_bitmaps()
347 int i, chunks = le32_to_cpu(ldinfo->dqi_chunks); in ocfs2_recovery_load_quota()
360 if (le32_to_cpu(dchunk->dqc_free) < ol_chunk_entries(sb)) in ocfs2_recovery_load_quota()
637 flags = le32_to_cpu(ldinfo->dqi_flags); in ocfs2_finish_quota_recovery()
734 oinfo->dqi_flags = le32_to_cpu(ldinfo->dqi_flags); in ocfs2_local_read_info()
735 oinfo->dqi_chunks = le32_to_cpu(ldinfo->dqi_chunks); in ocfs2_local_read_info()
736 oinfo->dqi_blocks = le32_to_cpu(ldinfo->dqi_blocks); in ocfs2_local_read_info()
836 if (le32_to_cpu(dchunk->dqc_free) != len) { in ocfs2_local_free_info()
934 if (le32_to_cpu(dchunk->dqc_free) > 0) { in ocfs2_find_free_entry()
955 le32_to_cpu(dchunk->dqc_free), type); in ocfs2_find_free_entry()