Home
last modified time | relevance | path

Searched refs:EXT_LAST_INDEX (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ext4/
H A Dext4_extents.h164 #define EXT_LAST_INDEX(__hdr__) \ macro
H A Dextents.c641 path[i].p_idx > EXT_LAST_INDEX(path[i].p_hdr)) { in ext4_ext_precache()
764 r = EXT_LAST_INDEX(eh); in ext4_ext_binsearch_idx()
1019 len = EXT_LAST_INDEX(curp->p_hdr) - ix + 1; in ext4_ext_insert_index()
1032 if (unlikely(ix > EXT_LAST_INDEX(curp->p_hdr))) { in ext4_ext_insert_index()
1233 EXT_LAST_INDEX(path[i].p_hdr))) { in ext4_ext_split()
1594 if (ix != EXT_LAST_INDEX(path[depth].p_hdr)) in ext4_ext_search_right()
1659 if (p->p_idx != EXT_LAST_INDEX(p->p_hdr)) in ext4_ext_next_allocated_block()
1688 EXT_LAST_INDEX(path[depth].p_hdr)) in ext4_ext_next_leaf_block()
1739 if (unlikely(path[k].p_idx > EXT_LAST_INDEX(path[k].p_hdr))) { in ext4_ext_correct_indexes()
1743 EXT_LAST_INDEX(path[k].p_hdr)); in ext4_ext_correct_indexes()
[all …]