Searched refs:pStat (Results 1 – 5 of 5) sorted by relevance
1470 REDSTAT * pStat ) in RedCoreStat() argument1474 if( !gpRedVolume->fMounted || ( pStat == NULL ) ) in RedCoreStat()1487 RedMemSet( pStat, 0U, sizeof( *pStat ) ); in RedCoreStat()1489 pStat->st_dev = gbRedVolNum; in RedCoreStat()1490 pStat->st_ino = ulInode; in RedCoreStat()1491 pStat->st_mode = ino.pInodeBuf->uMode; in RedCoreStat()1493 pStat->st_nlink = ino.pInodeBuf->uNLink; in RedCoreStat()1495 pStat->st_nlink = 1U; in RedCoreStat()1497 pStat->st_size = ino.pInodeBuf->ullSize; in RedCoreStat()1499 pStat->st_atime = ino.pInodeBuf->ulATime; in RedCoreStat()[all …]
91 REDSTAT * pStat );
196 REDSTAT * pStat );
130 REDSTAT * pStat );387 REDSTAT * pStat ) in red_stat() argument397 iRet = fstat( iFd, pStat ); in red_stat()
1899 REDSTAT * pStat ) in red_fstat() argument1920 ret = RedCoreStat( pHandle->ulInode, pStat ); in red_fstat()
Completed in 19 milliseconds