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

/openwrt/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_guts.c490 int attempts = 0; local
531 attempts++;
571 (yaffs_wr_attempts <= 0 || attempts <= yaffs_wr_attempts));
576 if (attempts > 1) {
578 "**>> yaffs write required %d attempts",
579 attempts);
580 dev->n_retried_writes += (attempts - 1);

Completed in 30 milliseconds