Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/ext4/
H A Dext4_common.c1387 __le32 *ti_parent_buff = NULL; in alloc_triple_indirect_block() local
1416 ti_parent_buff = zalloc(fs->blksz); in alloc_triple_indirect_block()
1417 if (!ti_parent_buff) in alloc_triple_indirect_block()
1420 ti_pbuff_start_addr = ti_parent_buff; in alloc_triple_indirect_block()
1439 *ti_parent_buff = cpu_to_le32(ti_child_blockno); in alloc_triple_indirect_block()
1440 ti_parent_buff++; in alloc_triple_indirect_block()