Lines Matching refs:ext2fs_le16_to_cpu
81 ext2fs_le16_to_cpu(eh->eh_magic), in dbg_show_header()
82 ext2fs_le16_to_cpu(eh->eh_entries), in dbg_show_header()
83 ext2fs_le16_to_cpu(eh->eh_max), in dbg_show_header()
84 ext2fs_le16_to_cpu(eh->eh_depth), in dbg_show_header()
93 ext2fs_le16_to_cpu(ix->ei_leaf_hi), in dbg_show_index()
94 ext2fs_le16_to_cpu(ix->ei_unused)); in dbg_show_index()
102 ext2fs_le16_to_cpu(ex->ee_len) - 1, in dbg_show_extent()
103 ext2fs_le16_to_cpu(ex->ee_len), in dbg_show_extent()
105 ext2fs_le16_to_cpu(ex->ee_start_hi)); in dbg_show_extent()
171 if (ext2fs_le16_to_cpu(eh->eh_magic) != EXT3_EXT_MAGIC) in ext2fs_extent_header_verify()
173 if (ext2fs_le16_to_cpu(eh->eh_entries) > ext2fs_le16_to_cpu(eh->eh_max)) in ext2fs_extent_header_verify()
183 if ((ext2fs_le16_to_cpu(eh->eh_max) > eh_max) || in ext2fs_extent_header_verify()
184 (ext2fs_le16_to_cpu(eh->eh_max) < (eh_max - 2))) in ext2fs_extent_header_verify()
273 handle->max_depth = ext2fs_le16_to_cpu(eh->eh_depth); in ext2fs_extent_open2()
274 handle->type = ext2fs_le16_to_cpu(eh->eh_magic); in ext2fs_extent_open2()
283 ext2fs_le16_to_cpu(eh->eh_entries); in ext2fs_extent_open2()
284 handle->path[0].max_entries = ext2fs_le16_to_cpu(eh->eh_max); in ext2fs_extent_open2()
469 ((__u64) ext2fs_le16_to_cpu(ix->ei_leaf_hi) << 32); in ext2fs_extent_get()
495 ext2fs_le16_to_cpu(eh->eh_entries); in ext2fs_extent_get()
496 newpath->max_entries = ext2fs_le16_to_cpu(eh->eh_max); in ext2fs_extent_get()
539 ((__u64) ext2fs_le16_to_cpu(ex->ee_start_hi) << 32); in ext2fs_extent_get()
541 extent->e_len = ext2fs_le16_to_cpu(ex->ee_len); in ext2fs_extent_get()
549 ((__u64) ext2fs_le16_to_cpu(ix->ei_leaf_hi) << 32); in ext2fs_extent_get()
591 ((__u64) ext2fs_le16_to_cpu(ix->ei_leaf_hi) << 32); in update_path()
945 ((__u64) ext2fs_le16_to_cpu(ex->ee_start_hi) << 32); in extent_node_split()
951 ((__u64) ext2fs_le16_to_cpu(ix->ei_leaf_hi) << 32); in extent_node_split()
999 tocopy = ext2fs_le16_to_cpu(eh->eh_entries); in extent_node_split()
1009 tocopy = ext2fs_le16_to_cpu(eh->eh_entries) / 2; in extent_node_split()
1014 tocopy, ext2fs_le16_to_cpu(eh->eh_entries), in extent_node_split()
1058 (ext2fs_le16_to_cpu(eh->eh_entries) - tocopy), in extent_node_split()