Lines Matching refs:already
42 /* Calculate how many bytes were already checked */
52 dbg_readinode("no need to check node at %#08x, data length %u, data starts at %#08x - it has already been checked.\n",
208 * are already in the tree. Where overlaps occur, the older node can
234 /* We had a candidate mdata node already */
277 as long as the CRC is correct. Check the one we have already... */
279 /* The one we already had was OK. Keep it and throw away the new one */
649 * dirent we've already read from the flash.
659 int already = read - sizeof(*rd);
662 rd->nsize - already, &read, &fd->name[already]);
663 if (unlikely(read != rd->nsize - already) && likely(!err)) {
666 rd->nsize - already, read);
1359 JFFS2_ERROR("Eep. Trying to read_inode #%u when it's already in state %d!\n", ino, f->inocache->state);