Searched refs:last_extent (Results 1 – 1 of 1) sorted by relevance
275 struct ext4_extent *last_extent; in ext4_get_verity_descriptor_location() local297 last_extent = path[path->p_depth].p_ext; in ext4_get_verity_descriptor_location()298 if (!last_extent) { in ext4_get_verity_descriptor_location()305 end_lblk = le32_to_cpu(last_extent->ee_block) + in ext4_get_verity_descriptor_location()306 ext4_ext_get_actual_len(last_extent); in ext4_get_verity_descriptor_location()
Completed in 4 milliseconds