Searched refs:EXT_LAST_INDEX (Results 1 – 3 of 3) sorted by relevance
174 #define EXT_LAST_INDEX(__hdr__) \ macro
546 r = EXT_LAST_INDEX(eh); in ext4_ext_binsearch_idx()799 len = EXT_LAST_INDEX(curp->p_hdr) - ix + 1; in ext4_ext_insert_index()817 if (unlikely(ix > EXT_LAST_INDEX(curp->p_hdr))) { in ext4_ext_insert_index()1004 EXT_LAST_INDEX(path[i].p_hdr))) { in ext4_ext_split()1351 if (ix != EXT_LAST_INDEX(path[depth].p_hdr)) in ext4_ext_search_right()1425 EXT_LAST_INDEX(path[depth].p_hdr)) in ext4_ext_next_allocated_block()1454 EXT_LAST_INDEX(path[depth].p_hdr)) in ext4_ext_next_leaf_block()2150 if (path->p_idx != EXT_LAST_INDEX(path->p_hdr)) { in ext4_ext_rm_idx()2151 int len = EXT_LAST_INDEX(path->p_hdr) - path->p_idx; in ext4_ext_rm_idx()2666 path[i].p_idx = EXT_LAST_INDEX(path[i].p_hdr); in ext4_ext_remove_space()[all …]
92 if (EXT_LAST_INDEX(path[ppos].p_hdr) > in mext_next_extent()