Lines Matching refs:fSlot0Allocated
429 bool fSlot0Allocated; in RedInodeFree() local
437 ret = RedInodeBitGet( gpRedCoreVol->bCurMR, pInode->ulInode, 0U, &fSlot0Allocated ); in RedInodeFree()
447 if( fSlot0Allocated ) in RedInodeFree()
878 bool fSlot0Allocated; in RedInodeIsFree() local
882 ret = RedInodeBitGet( gpRedCoreVol->bCurMR, ulInode, 0U, &fSlot0Allocated ); in RedInodeIsFree()
884 if( ( ret == 0 ) && !fSlot0Allocated ) in RedInodeIsFree()
929 bool fSlot0Allocated; in InodeGetWriteableCopy() local
934 ret = RedInodeBitGet( 1U - gpRedCoreVol->bCurMR, ulInode, 0U, &fSlot0Allocated ); in InodeGetWriteableCopy()
938 if( !fSlot0Allocated ) in InodeGetWriteableCopy()
998 bool fSlot0Allocated; in InodeGetCurrentCopy() local
1003 ret = RedInodeBitGet( gpRedCoreVol->bCurMR, ulInode, 0U, &fSlot0Allocated ); in InodeGetCurrentCopy()
1007 if( fSlot0Allocated ) in InodeGetCurrentCopy()