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

/openwrt/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_guts.c3720 u32 new_partial; local
3723 yaffs_addr_to_chunk(dev, new_size, &new_full, &new_partial);
3727 if (new_partial != 0) {
3733 memset(local_buffer + new_partial, 0,
3734 dev->data_bytes_per_chunk - new_partial);
3737 new_partial, 1);

Completed in 30 milliseconds