Home
last modified time | relevance | path

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

/fs/ext4/
Dext4_extents.h160 #define EXT_FIRST_EXTENT(__hdr__) \ macro
170 (EXT_FIRST_EXTENT((__hdr__)) + le16_to_cpu((__hdr__)->eh_entries) - 1)
174 (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()
535 struct ext4_extent *ex = EXT_FIRST_EXTENT(eh); in __read_extent_tree_block()
665 ex = EXT_FIRST_EXTENT(eh); in ext4_ext_show_leaf()
811 l = EXT_FIRST_EXTENT(eh) + 1; in ext4_ext_binsearch()
837 chex = ex = EXT_FIRST_EXTENT(eh); in ext4_ext_binsearch()
1129 ex = EXT_FIRST_EXTENT(neh); in ext4_ext_split()
1344 EXT_FIRST_EXTENT(neh)->ee_block; in ext4_ext_grow_indepth()
1461 if (unlikely(EXT_FIRST_EXTENT(path[depth].p_hdr) != ex)) { in ext4_ext_search_left()
1531 if (unlikely(EXT_FIRST_EXTENT(path[depth].p_hdr) != ex)) { in ext4_ext_search_right()
1594 ex = EXT_FIRST_EXTENT(eh); in ext4_ext_search_right()
[all …]
Dmigrate.c645 ex = EXT_FIRST_EXTENT(eh); in ext4_ind_migrate()