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

/u-boot/fs/yaffs2/
H A Dyaffs_guts.c2529 static int yaffs_gc_block(struct yaffs_dev *dev, int block, int whole_block) argument
2543 "Collecting block %d, in use %d, shrink %d, whole_block %d",
2545 whole_block);
2569 max_copies = (whole_block) ? dev->param.chunks_per_block : 5;

Completed in 48 milliseconds