Searched refs:EXT_MAX_EXTENT (Results 1 – 2 of 2) sorted by relevance
115 #define EXT_MAX_EXTENT(hdr) (EXT_FIRST_EXTENT(hdr) + le16toh((hdr)->eh_max) - 1) macro
945 if (path[depth].ep_ext > EXT_MAX_EXTENT(path[depth].ep_header)) { in ext4_ext_split() 951 if (path[depth].ep_ext != EXT_MAX_EXTENT(path[depth].ep_header)) in ext4_ext_split() 991 while (path[depth].ep_ext <= EXT_MAX_EXTENT(path[depth].ep_header)) { in ext4_ext_split() 1306 len = EXT_MAX_EXTENT(eh) - nearex; in ext4_ext_insert_extent() 1313 len = (EXT_MAX_EXTENT(eh) - nearex) * sizeof(struct ext4_extent); in ext4_ext_insert_extent()