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

/u-boot/fs/ext4/
H A Dext4_common.c1388 __le32 *ti_gp_buff = NULL; local
1402 ti_gp_buff = zalloc(fs->blksz);
1403 if (!ti_gp_buff)
1406 ti_gp_buff_start_addr = ti_gp_buff;
1423 *ti_gp_buff = cpu_to_le32(ti_parent_blockno);
1424 ti_gp_buff++;

Completed in 101 milliseconds