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

/openwrt/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_guts.c3410 int n_copy; local
3426 n_copy = n;
3428 n_copy = dev->data_bytes_per_chunk - start;
3436 if (cache || n_copy != dev->data_bytes_per_chunk ||
3459 memcpy(buffer, &cache->data[start], n_copy);
3469 memcpy(buffer, &local_buffer[start], n_copy);
3477 n -= n_copy;
3478 offset += n_copy;
3479 buffer += n_copy;
3480 n_done += n_copy;
3491 int n_copy; local
[all...]

Completed in 48 milliseconds