Searched refs:ei_blk (Results 1 – 2 of 2) sorted by relevance
95 le32toh(ex->ei_blk), in ext4_ext_walk_index() 510 if (blk < le32toh(m->ei_blk)) in ext4_ext_binsearch_index() 805 return (le32toh(path[depth].ep_index[1].ei_blk)); in ext4_ext_next_leaf_block() 850 if (lblk == le32toh(path->ep_index->ei_blk)) { in ext4_ext_insert_index() 863 if (lblk > le32toh(path->ep_index->ei_blk)) { in ext4_ext_insert_index() 881 idx->ei_blk = htole32(lblk); in ext4_ext_insert_index() 1033 fidx->ei_blk = htole32(border); in ext4_ext_split() 1130 curpath->ep_index->ei_blk = EXT_FIRST_EXTENT(path[0].ep_header)->e_blk; in ext4_ext_grow_indepth() 1220 path[k].ep_index->ei_blk = htole32(border); in ext4_ext_correct_indexes() 1227 path[k].ep_index->ei_blk in ext4_ext_correct_indexes() [all...]
64 uint32_t ei_blk; /* indexes logical blocks */ member