Lines Matching refs:le16_to_cpu
401 entries = le16_to_cpu(eh->eh_entries); in ext4_valid_extent_entries()
450 if (unlikely(le16_to_cpu(eh->eh_depth) != depth)) { in __ext4_ext_check()
459 if (unlikely(le16_to_cpu(eh->eh_max) > max)) { in __ext4_ext_check()
463 if (unlikely(le16_to_cpu(eh->eh_entries) > le16_to_cpu(eh->eh_max))) { in __ext4_ext_check()
484 le16_to_cpu(eh->eh_magic), in __ext4_ext_check()
485 le16_to_cpu(eh->eh_entries), le16_to_cpu(eh->eh_max), in __ext4_ext_check()
486 max, le16_to_cpu(eh->eh_depth), depth); in __ext4_ext_check()
532 for (i = le16_to_cpu(eh->eh_entries); i > 0; i--, ex++) { in __read_extent_tree_block()
662 for (i = 0; i < le16_to_cpu(eh->eh_entries); i++, ex++) { in ext4_ext_show_leaf()
760 for (k = 0; k < le16_to_cpu(eh->eh_entries); k++, ix++) { in ext4_ext_binsearch_idx()
831 for (k = 0; k < le16_to_cpu(eh->eh_entries); k++, ex++) { in ext4_ext_binsearch()
892 ppos, le16_to_cpu(eh->eh_entries), le16_to_cpu(eh->eh_max)); in ext4_find_extent()
964 if (unlikely(le16_to_cpu(curp->p_hdr->eh_entries) in ext4_ext_insert_index()
965 >= le16_to_cpu(curp->p_hdr->eh_max))) { in ext4_ext_insert_index()
968 le16_to_cpu(curp->p_hdr->eh_entries), in ext4_ext_insert_index()
969 le16_to_cpu(curp->p_hdr->eh_max)); in ext4_ext_insert_index()
1328 le16_to_cpu(neh->eh_entries), le16_to_cpu(neh->eh_max), in ext4_ext_grow_indepth()
1809 (le16_to_cpu(path[0].p_hdr->eh_entries) != 1) || in ext4_ext_try_to_merge_up()
1810 (le16_to_cpu(path[1].p_hdr->eh_entries) > max_root)) in ext4_ext_try_to_merge_up()
1825 s = le16_to_cpu(path[1].p_hdr->eh_entries) * in ext4_ext_try_to_merge_up()
2028 if (le16_to_cpu(eh->eh_entries) < le16_to_cpu(eh->eh_max)) in ext4_ext_insert_extent()
2044 if (le16_to_cpu(eh->eh_entries) < le16_to_cpu(eh->eh_max)) { in ext4_ext_insert_extent()
2046 le16_to_cpu(eh->eh_entries)); in ext4_ext_insert_extent()
2051 le16_to_cpu(eh->eh_entries), le16_to_cpu(eh->eh_max)); in ext4_ext_insert_extent()
2417 if (le16_to_cpu(path[depth].p_hdr->eh_entries) in ext4_ext_calc_credits_for_single_extent()
2418 < le16_to_cpu(path[depth].p_hdr->eh_max)) { in ext4_ext_calc_credits_for_single_extent()
2792 if (le16_to_cpu(path->p_hdr->eh_entries) == path->p_block) in ext4_ext_more_to_rm()
2909 le16_to_cpu(path[k].p_hdr->eh_entries)+1; in ext4_ext_remove_space()
2950 path[i].p_block = le16_to_cpu(path[i].p_hdr->eh_entries)+1; in ext4_ext_remove_space()
2953 le16_to_cpu(path[i].p_hdr->eh_entries)); in ext4_ext_remove_space()
2987 path[i].p_block = le16_to_cpu(path[i].p_hdr->eh_entries); in ext4_ext_remove_space()