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

/u-boot/fs/yaffs2/
H A Dyaffs_guts.c3725 u32 new_partial; local
3728 yaffs_addr_to_chunk(dev, new_size, &new_full, &new_partial);
3732 if (new_partial != 0) {
3738 memset(local_buffer + new_partial, 0,
3739 dev->data_bytes_per_chunk - new_partial);
3742 new_partial, 1);

Completed in 43 milliseconds