Lines Matching refs:ext2fs_le16_to_cpu

77 			ext2fs_le16_to_cpu(eh->eh_magic),  in dbg_show_header()
78 ext2fs_le16_to_cpu(eh->eh_entries), in dbg_show_header()
79 ext2fs_le16_to_cpu(eh->eh_max), in dbg_show_header()
80 ext2fs_le16_to_cpu(eh->eh_depth), in dbg_show_header()
89 ext2fs_le16_to_cpu(ix->ei_leaf_hi), in dbg_show_index()
90 ext2fs_le16_to_cpu(ix->ei_unused)); in dbg_show_index()
98 ext2fs_le16_to_cpu(ex->ee_len) - 1, in dbg_show_extent()
99 ext2fs_le16_to_cpu(ex->ee_len), in dbg_show_extent()
101 ext2fs_le16_to_cpu(ex->ee_start_hi)); in dbg_show_extent()
139 if (ext2fs_le16_to_cpu(eh->eh_magic) != EXT3_EXT_MAGIC) in ext2fs_extent_header_verify()
141 if (ext2fs_le16_to_cpu(eh->eh_entries) > ext2fs_le16_to_cpu(eh->eh_max)) in ext2fs_extent_header_verify()
151 if ((ext2fs_le16_to_cpu(eh->eh_max) > eh_max) || in ext2fs_extent_header_verify()
152 (ext2fs_le16_to_cpu(eh->eh_max) < (eh_max - 2))) in ext2fs_extent_header_verify()
241 handle->max_depth = ext2fs_le16_to_cpu(eh->eh_depth); in ext2fs_extent_open2()
242 handle->type = ext2fs_le16_to_cpu(eh->eh_magic); in ext2fs_extent_open2()
252 ext2fs_le16_to_cpu(eh->eh_entries); in ext2fs_extent_open2()
253 handle->path[0].max_entries = ext2fs_le16_to_cpu(eh->eh_max); in ext2fs_extent_open2()
437 ((__u64) ext2fs_le16_to_cpu(ix->ei_leaf_hi) << 32); in ext2fs_extent_get()
458 ext2fs_le16_to_cpu(eh->eh_entries); in ext2fs_extent_get()
459 newpath->max_entries = ext2fs_le16_to_cpu(eh->eh_max); in ext2fs_extent_get()
502 ((__u64) ext2fs_le16_to_cpu(ex->ee_start_hi) << 32); in ext2fs_extent_get()
504 extent->e_len = ext2fs_le16_to_cpu(ex->ee_len); in ext2fs_extent_get()
512 ((__u64) ext2fs_le16_to_cpu(ix->ei_leaf_hi) << 32); in ext2fs_extent_get()
550 ((__u64) ext2fs_le16_to_cpu(ix->ei_leaf_hi) << 32); in update_path()
897 tocopy = ext2fs_le16_to_cpu(eh->eh_entries); in ext2fs_extent_node_split()
906 tocopy = ext2fs_le16_to_cpu(eh->eh_entries) / 2; in ext2fs_extent_node_split()
911 tocopy, ext2fs_le16_to_cpu(eh->eh_entries), in ext2fs_extent_node_split()
960 (ext2fs_le16_to_cpu(eh->eh_entries) - tocopy), in ext2fs_extent_node_split()