Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:ext2fs_le16_to_cpu

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