Searched refs:ext2fs_le16_to_cpu (Results 1 – 14 of 14) sorted by relevance
111 (ext2fs_le16_to_cpu((__path__)->p_hdr->eh_entries) < \112 ext2fs_le16_to_cpu((__path__)->p_hdr->eh_max))115 ext2fs_le16_to_cpu((__hdr__)->eh_entries) - 1)118 ext2fs_le16_to_cpu((__hdr__)->eh_entries) - 1)121 ext2fs_le16_to_cpu((__hdr__)->eh_max) - 1)124 ext2fs_le16_to_cpu((__hdr__)->eh_max) - 1)
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()[all …]
189 return ext2fs_le16_to_cpu(x); in disk_to_host16()225 if (ext2fs_le16_to_cpu(c->limit) > max_sane_entries || in __get_dx_countlimit()226 ext2fs_le16_to_cpu(c->count) > max_sane_entries) in __get_dx_countlimit()382 limit = ext2fs_le16_to_cpu(c->limit); in ext2fs_dx_csum()383 count = ext2fs_le16_to_cpu(c->count); in ext2fs_dx_csum()469 (sizeof(struct ext3_extent) * ext2fs_le16_to_cpu((hdr)->eh_max)))665 provided = ext2fs_le16_to_cpu(inode->i_checksum_lo); in ext2fs_inode_csum_verify()670 __u32 hi = ext2fs_le16_to_cpu(inode->i_checksum_hi); in ext2fs_inode_csum_verify()
155 count = ext2fs_le16_to_cpu(frame->head->count); in dx_lookup()156 limit = ext2fs_le16_to_cpu(frame->head->limit); in dx_lookup()362 pcount = ext2fs_le16_to_cpu(info->frames[level].head->count); in dx_insert_entry()471 if (ext2fs_le16_to_cpu(info->frames[i].head->count) < in dx_grow_tree()472 ext2fs_le16_to_cpu(info->frames[i].head->limit)) in dx_grow_tree()506 count = ext2fs_le16_to_cpu(info->frames[i+1].head->count); in dx_grow_tree()
31 #define le16_to_cpu(x) ext2fs_le16_to_cpu(x)
19 #define ext2fs_le16_to_cpu(x) ext2fs_swab16((__force __u16)(__le16)(x)) macro33 #define ext2fs_le16_to_cpu(x) ((__force __u16)(__le16)(x)) macro
562 switch(ext2fs_le16_to_cpu(entry->e_tag)) { in convert_posix_acl_to_disk_buffer()616 switch(ext2fs_le16_to_cpu(entry->e_tag)) { in convert_disk_buffer_to_posix_acl()
227 if (ext2fs_le16_to_cpu(dh->dqdh_entries) + 1 >= in find_free_dqentry()232 ext2fs_cpu_to_le16(ext2fs_le16_to_cpu(dh->dqdh_entries) + 1); in find_free_dqentry()373 ext2fs_cpu_to_le16(ext2fs_le16_to_cpu(dh->dqdh_entries) - 1); in free_dqentry()375 if (!ext2fs_le16_to_cpu(dh->dqdh_entries)) { /* Block got free? */ in free_dqentry()384 if (ext2fs_le16_to_cpu(dh->dqdh_entries) == in free_dqentry()578 entries = ext2fs_le16_to_cpu(dh->dqdh_entries); in report_block()
151 count = ext2fs_le16_to_cpu(dx_countlimit.count); in htree_dump_int_node()152 limit = ext2fs_le16_to_cpu(dx_countlimit.limit); in htree_dump_int_node()
683 ext2fs_le16_to_cpu(limit->count)); in parse_int_node()685 ext2fs_le16_to_cpu(limit->limit)); in parse_int_node()688 count = ext2fs_le16_to_cpu(limit->count); in parse_int_node()694 if (ext2fs_le16_to_cpu(limit->limit) != expect_limit) { in parse_int_node()695 cd->pctx.num = ext2fs_le16_to_cpu(limit->limit); in parse_int_node()1261 (ext2fs_le16_to_cpu(limit->limit) == in check_dir_block()
749 inode_len += ext2fs_le16_to_cpu( in ext4_fc_handle_inode()
248 len = ext2fs_le16_to_cpu(*(__u16 *)buf) + 2; in e2fsck_pass1_check_symlink()720 de.rec_len = ext2fs_le16_to_cpu(de.rec_len); in check_is_really_dir()
550 if (ext2fs_le16_to_cpu(dcl->limit) != max_entries) { in rewrite_dir_block()556 if (ext2fs_le16_to_cpu(dcl->count) == in rewrite_dir_block()557 ext2fs_le16_to_cpu(dcl->limit)) { in rewrite_dir_block()568 if (ext2fs_le16_to_cpu(dcl->limit) != max_entries) in rewrite_dir_block()
272 a->e_tag = ext2fs_le16_to_cpu(e->e_tag); in ext4_to_fuse_acl()273 a->e_perm = ext2fs_le16_to_cpu(e->e_perm); in ext4_to_fuse_acl()