Searched refs:pHandle (Results 1 – 1 of 1) sorted by relevance
451 if( ( pHandle->ulInode != INODE_INVALID ) && ( pHandle->bVolNum == bVolNum ) ) in red_umount()1406 REDHANDLE * pHandle; in red_read() local1425 ret = RedCoreFileRead( pHandle->ulInode, pHandle->ullOffset, &ulLenRead, pBuffer ); in red_read()1512 REDHANDLE * pHandle; in red_write() local1554 … ret = RedCoreFileWrite( pHandle->ulInode, pHandle->ullOffset, &ulLenWrote, pBuffer ); in red_write()1623 REDHANDLE * pHandle; in red_fsync() local1706 REDHANDLE * pHandle; in red_lseek() local1844 REDHANDLE * pHandle; in red_ftruncate() local1907 REDHANDLE * pHandle; in red_fstat() local2540 RedMemSet( pHandle, 0U, sizeof( *pHandle ) ); in FildesOpen()[all …]
Completed in 11 milliseconds