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

/netgear-R7800-V1.0.2.28/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_yaffs2.c817 int increase; local
843 increase = new_size - oldFileSize;
845 if(increase < YAFFS_SMALL_HOLE_THRESHOLD * dev->data_bytes_per_chunk &&
862 while(increase > 0 && smallIncreaseOk){
863 thisWrite = increase;
869 increase -= thisWrite;

Completed in 25 milliseconds