Searched refs:fSlot0Allocated (Results 1 – 1 of 1) sorted by relevance
429 bool fSlot0Allocated; in RedInodeFree() local447 if( fSlot0Allocated ) in RedInodeFree()878 bool fSlot0Allocated; in RedInodeIsFree() local882 ret = RedInodeBitGet( gpRedCoreVol->bCurMR, ulInode, 0U, &fSlot0Allocated ); in RedInodeIsFree()884 if( ( ret == 0 ) && !fSlot0Allocated ) in RedInodeIsFree()929 bool fSlot0Allocated; in InodeGetWriteableCopy() local934 ret = RedInodeBitGet( 1U - gpRedCoreVol->bCurMR, ulInode, 0U, &fSlot0Allocated ); in InodeGetWriteableCopy()938 if( !fSlot0Allocated ) in InodeGetWriteableCopy()998 bool fSlot0Allocated; in InodeGetCurrentCopy() local1003 ret = RedInodeBitGet( gpRedCoreVol->bCurMR, ulInode, 0U, &fSlot0Allocated ); in InodeGetCurrentCopy()[all …]
Completed in 6 milliseconds