Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/ext4/
H A Dext4_common.c1385 __le32 *ti_parent_buff = NULL; in alloc_triple_indirect_block() local
1414 ti_parent_buff = zalloc(fs->blksz); in alloc_triple_indirect_block()
1415 if (!ti_parent_buff) in alloc_triple_indirect_block()
1418 ti_pbuff_start_addr = ti_parent_buff; in alloc_triple_indirect_block()
1437 *ti_parent_buff = cpu_to_le32(ti_child_blockno); in alloc_triple_indirect_block()
1438 ti_parent_buff++; in alloc_triple_indirect_block()