Lines Matching refs:osFstat
39294 #define osFstat(a,b,c) 0 macro
39297 #define osFstat ((int(*)(int,struct stat*))aSyscall[5].pCurrent)
39589 if( osFstat(fd, &statbuf)==0 in robust_open()
40272 rc = osFstat(fd, &statbuf); in findInodeInfo()
40298 rc = osFstat(fd, &statbuf); in findInodeInfo()
40376 rc = osFstat(pFile->h, &buf); in verifyDbFile()
42499 rc = osFstat(fd, &buf); in full_fsync()
42701 rc = osFstat(((unixFile*)id)->h, &buf); in unixFileSize()
42740 if( osFstat(pFile->h, &buf) ){ in fcntlSizeHint()
43546 if( osFstat(pDbFd->h, &sStat) ){ in unixOpenSharedMemory()
43717 if( osFstat(pShmNode->hShm, &sStat) ){ in unixShmMap()
44247 if( osFstat(pFd->h, &statbuf) ){ in unixMapfile()
46273 if( osFstat(conchFile->h, &buf) ){ in proxyConchLock()
46464 int err = osFstat(pFile->h, &buf); in proxyTakeConch()