Lines Matching refs:findInodeInfo
23842 ** Release a unixInodeInfo structure previously allocated by findInodeInfo().
23881 static int findInodeInfo(
26116 /* When opening a zero-size database, the findInodeInfo() procedure
27211 rc = findInodeInfo(pNew, &pNew->pInode);
27213 /* If an error occured in findInodeInfo(), close the file descriptor
27214 ** immediately, before releasing the mutex. findInodeInfo() may fail
27223 ** findInodeInfo(). If this is the case, it is quite safe to close
27254 rc = findInodeInfo(pNew, &pNew->pInode);
27287 rc = findInodeInfo(pNew, &pNew->pInode);