Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ext4/
Dext4_extents.h147 #define EXT_FIRST_EXTENT(__hdr__) \ macro
157 (EXT_FIRST_EXTENT((__hdr__)) + le16_to_cpu((__hdr__)->eh_entries) - 1)
161 (EXT_FIRST_EXTENT((__hdr__)) + le16_to_cpu((__hdr__)->eh_max) - 1)
Dextents.c403 struct ext4_extent *ext = EXT_FIRST_EXTENT(eh); in ext4_valid_extent_entries()
531 struct ext4_extent *ex = EXT_FIRST_EXTENT(eh); in __read_extent_tree_block()
661 ex = EXT_FIRST_EXTENT(eh); in ext4_ext_show_leaf()
807 l = EXT_FIRST_EXTENT(eh) + 1; in ext4_ext_binsearch()
833 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.c645 ex = EXT_FIRST_EXTENT(eh); in ext4_ind_migrate()