Home | History | Annotate | Download | only in dist

Lines Matching refs:findInodeInfo

23849 ** Release a unixInodeInfo structure previously allocated by findInodeInfo().
23888 static int findInodeInfo(
26123 /* When opening a zero-size database, the findInodeInfo() procedure
27218 rc = findInodeInfo(pNew, &pNew->pInode);
27220 /* If an error occured in findInodeInfo(), close the file descriptor
27221 ** immediately, before releasing the mutex. findInodeInfo() may fail
27230 ** findInodeInfo(). If this is the case, it is quite safe to close
27261 rc = findInodeInfo(pNew, &pNew->pInode);
27294 rc = findInodeInfo(pNew, &pNew->pInode);