Searched refs:retries (Results 1 – 3 of 3) sorted by relevance
1455 int retries = 10; in unmountLoopImage() local1457 while(retries--) { in unmountLoopImage()1466 if (!retries) { in unmountLoopImage()
1686 int retries = RETRY_MOUNT_ATTEMPTS; local1697 if (--retries) {2449 int retries = RETRY_MOUNT_ATTEMPTS; local2451 if (--retries) {
159 library retries on EINTR, -EINTR should never be returned.