Lines Matching refs:osFstat
412 #define osFstat(a,b,c) 0 macro
415 #define osFstat ((int(*)(int,struct stat*))aSyscall[5].pCurrent)
698 if( osFstat(fd, &statbuf)==0 in robust_open()
1377 rc = osFstat(fd, &statbuf); in findInodeInfo()
1403 rc = osFstat(fd, &statbuf); in findInodeInfo()
1481 rc = osFstat(pFile->h, &buf); in verifyDbFile()
3637 rc = osFstat(fd, &buf); in full_fsync()
3839 rc = osFstat(((unixFile*)id)->h, &buf); in unixFileSize()
3878 if( osFstat(pFile->h, &buf) ){ in fcntlSizeHint()
4620 if( osFstat(pDbFd->h, &sStat) ){ in unixOpenSharedMemory()
4779 if( osFstat(pShmNode->hShm, &sStat) ){ in unixShmMap()
5244 if( osFstat(pFd->h, &statbuf) ){ in unixMapfile()
7255 if( osFstat(conchFile->h, &buf) ){ in proxyConchLock()
7446 int err = osFstat(pFile->h, &buf); in proxyTakeConch()