Home
last modified time | relevance | path

Searched refs:chunks_used (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/fs/yaffs2/
Dyaffs_summary.c76 int chunks_used; /* Number of chunks used by summary */ in yaffs_summary_init() local
82 chunks_used = (sum_bytes + dev->data_bytes_per_chunk - 1)/ in yaffs_summary_init()
86 dev->chunks_per_summary = dev->param.chunks_per_block - chunks_used; in yaffs_summary_init()
/external/e2fsprogs/e2fsck/
Dmtrace.h218 size_t chunks_used; /* Chunks allocated by the user. */ member