search for: blockno

Displaying 4 results from an estimated 4 matches for "blockno".

Did you mean: blockio
2008 Jul 24
2
ORA-19870 and ORA-19502 During RMAN restore to OCFS2 filesystem
...RMAN restore for nearly all of the datafiles attempted to restore with exception of a couple of smaller datafiles which were smaller < 2GB. ORA-19870: error reading backup piece /db/dumps/TR1_1/rmanbackup/TR1_88_1 ORA-19502: write error on file "/db/devices/db1/PR2/pr2_1/pr2.data1", blockno 1409 (blocksize=8192) ORA-27061: waiting for async I/Os failed Linux-x86_64 Error: 5: Input/output error Tried various Oracle init parameters for filesystem i/o SETALL, ASYNCH, DIRECT and also disk_asynch_io settings. After this failure tried to used a non ocfs2 filesytem (ext3) for the source R...
2012 Sep 26
0
[LLVMdev] Error while loading profile information
...cBlock(); if(BB!=NULL) printf("\nBB is not null"); //execcnt=getAnalysis<ProfileInfo>().getExecutionCount(BB); double execcnt=PI.getExecutionCount(BB); printf("\nBlock No=%d,ExecCnt=%f",blckno,execcnt); if(blckno!=-1) { oMsProfI[cnt].blockno=blckno; oMsProfI[cnt].execcnt=execcnt; cnt++; } } bool runOnMachineFunction(MachineFunction &MF) { //MPI=&getAnalysis<MachineProfileInfo>(); cnt=0; printf("\n%s:%d",__FILE__,__LINE__); fflush(stdout); for (MachineFunction::con...
2012 Sep 03
1
[GIT-PULL] XFS filesystem driver
...isk address> type */ +typedef char * xfs_caddr_t; /* <core address> type */ +typedef uint32_t xfs_dev_t; +typedef uint32_t xfs_nlink_t; + +/* __psint_t is the same size as a pointer */ +typedef int32_t __psint_t; +typedef uint32_t __psunsigned_t; + +typedef uint32_t xfs_agblock_t; /* blockno in alloc. group */ +typedef uint32_t xfs_extlen_t; /* extent length in blocks */ +typedef uint32_t xfs_agnumber_t; /* allocation group number */ +typedef int32_t xfs_extnum_t; /* # of extents in a file */ +typedef int16_t xfs_aextnum_t; /* # extents in an attribute fork */ +typedef int64_t xfs_fsiz...
2006 Nov 27
0
[760] trunk/wxruby2/swig/classes/include/wxHelpController.h: Correct method signatures for Initialize, OnQuit, GetFrameParameters;
...p&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp*/ - </del><ins>+ virtual bool Initialize(const wxString& file ) ; + virtual bool Initialize(const wxString& file , int server ) ; </ins><span class="cx"> virtual bool DisplayBlock(long blockNo ) ; </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \brief If the help viewer is not running, runs it and displays the -contents. -&nbsp&nbsp&nbsp&nbsp&a...