Lines Matching refs:htole16

245 	index->ei_leaf_hi = htole16((pb >> 32) & 0xffff);
264 ex->e_start_hi = htole16((pb >> 32) & 0xffff);
280 ep->e_start_hi = htole16(ecp->ec_start >> 32 & 0xffff);
281 ep->e_len = htole16(ecp->ec_len);
716 ehp->eh_magic = htole16(EXT4_EXT_MAGIC);
717 ehp->eh_max = htole16(ext4_ext_space_root(ip));
884 htole16(le16toh(path->ep_header->eh_ecount) + 1);
998 neh->eh_ecount = htole16(le16toh(neh->eh_ecount) + m);
1008 htole16(le16toh(path[depth].ep_header->eh_ecount) - m);
1028 neh->eh_ecount = htole16(1);
1029 neh->eh_magic = htole16(EXT4_EXT_MAGIC);
1030 neh->eh_max = htole16(ext4_ext_space_block_index(ip));
1031 neh->eh_depth = htole16(depth - i);
1045 neh->eh_ecount = htole16(le16toh(neh->eh_ecount) + m);
1055 htole16(le16toh(path[i].ep_header->eh_ecount) - m);
1110 neh->eh_magic = htole16(EXT4_EXT_MAGIC);
1113 neh->eh_max = htole16(ext4_ext_space_block_index(ip));
1115 neh->eh_max = htole16(ext4_ext_space_block(ip));
1126 curpath->ep_header->eh_magic = htole16(EXT4_EXT_MAGIC);
1127 curpath->ep_header->eh_max = htole16(ext4_ext_space_root(ip));
1128 curpath->ep_header->eh_ecount = htole16(1);
1134 neh->eh_depth = htole16(path->ep_depth + 1);
1247 if (htole16(newext->e_len) == 0 || path[depth].ep_header == NULL)
1252 ex->e_len = htole16(le16toh(ex->e_len) + le16toh(newext->e_len));
1319 eh->eh_ecount = htole16(le16toh(eh->eh_ecount) + 1);
1333 nearex->e_len = htole16(le16toh(nearex->e_len) +
1341 eh->eh_ecount = htole16(le16toh(eh->eh_ecount) - 1);
1468 newex.e_len = htole16(allocated);
1541 htole16(le16toh(path->ep_header->eh_ecount) - 1);
1610 eh->eh_ecount = htole16(le16toh(eh->eh_ecount) - 1);
1614 ex->e_len = htole16(num);
1770 ext4_ext_header(ip)->eh_max = htole16(ext4_ext_space_root(ip));