Home
last modified time | relevance | path

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

/u-boot/fs/yaffs2/
A Dyaffs_summary.c128 int this_tx; in yaffs_summary_write() local
148 this_tx = n_bytes; in yaffs_summary_write()
149 if (this_tx > sum_bytes_per_chunk) in yaffs_summary_write()
150 this_tx = sum_bytes_per_chunk; in yaffs_summary_write()
163 n_bytes -= this_tx; in yaffs_summary_write()
164 sum_buffer += this_tx; in yaffs_summary_write()
191 int this_tx; in yaffs_summary_read() local
203 this_tx = n_bytes; in yaffs_summary_read()
205 this_tx = sum_bytes_per_chunk; in yaffs_summary_read()
225 n_bytes -= this_tx; in yaffs_summary_read()
[all …]

Completed in 3 milliseconds