Home
last modified time | relevance | path

Searched refs:last_extent (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/ext4/
H A Dverity.c278 struct ext4_extent *last_extent; in ext4_get_verity_descriptor_location() local
300 last_extent = path[path->p_depth].p_ext; in ext4_get_verity_descriptor_location()
301 if (!last_extent) { in ext4_get_verity_descriptor_location()
308 end_lblk = le32_to_cpu(last_extent->ee_block) + in ext4_get_verity_descriptor_location()
309 ext4_ext_get_actual_len(last_extent); in ext4_get_verity_descriptor_location()
/kernel/linux/linux-6.6/fs/ext4/
H A Dverity.c274 struct ext4_extent *last_extent; in ext4_get_verity_descriptor_location() local
296 last_extent = path[path->p_depth].p_ext; in ext4_get_verity_descriptor_location()
297 if (!last_extent) { in ext4_get_verity_descriptor_location()
303 end_lblk = le32_to_cpu(last_extent->ee_block) + in ext4_get_verity_descriptor_location()
304 ext4_ext_get_actual_len(last_extent); in ext4_get_verity_descriptor_location()

Completed in 2 milliseconds