Home
last modified time | relevance | path

Searched refs:EXT_FIRST_EXTENT (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/ext4/
Dext4_extents.h158 #define EXT_FIRST_EXTENT(__hdr__) \ macro
168 (EXT_FIRST_EXTENT((__hdr__)) + le16_to_cpu((__hdr__)->eh_entries) - 1)
172 (EXT_FIRST_EXTENT((__hdr__)) + le16_to_cpu((__hdr__)->eh_max) - 1)
Dextents.c406 struct ext4_extent *ext = EXT_FIRST_EXTENT(eh); in ext4_valid_extent_entries()
530 struct ext4_extent *ex = EXT_FIRST_EXTENT(eh); in __read_extent_tree_block()
660 ex = EXT_FIRST_EXTENT(eh); in ext4_ext_show_leaf()
806 l = EXT_FIRST_EXTENT(eh) + 1; in ext4_ext_binsearch()
832 chex = ex = EXT_FIRST_EXTENT(eh); in ext4_ext_binsearch()
1124 ex = EXT_FIRST_EXTENT(neh); in ext4_ext_split()
1327 EXT_FIRST_EXTENT(neh)->ee_block; in ext4_ext_grow_indepth()
1444 if (unlikely(EXT_FIRST_EXTENT(path[depth].p_hdr) != ex)) { in ext4_ext_search_left()
1514 if (unlikely(EXT_FIRST_EXTENT(path[depth].p_hdr) != ex)) { in ext4_ext_search_right()
1577 ex = EXT_FIRST_EXTENT(eh); in ext4_ext_search_right()
[all …]
Dmigrate.c652 ex = EXT_FIRST_EXTENT(eh); in ext4_ind_migrate()