Home
last modified time | relevance | path

Searched refs:ulFreeInodes (Results 1 – 5 of 5) sorted by relevance

/FreeRTOS-Plus/Source/Reliance-Edge/core/include/
A Drednodes.h97 uint32_t ulFreeInodes; /**< Number of inode slots that are free. */ member
/FreeRTOS-Plus/Source/Reliance-Edge/core/driver/
A Dinode.c317 gpRedMR->ulFreeInodes--; in RedInodeCreate()
484 if( gpRedMR->ulFreeInodes >= gpRedVolConf->ulInodeCount ) in RedInodeFree()
491 gpRedMR->ulFreeInodes++; in RedInodeFree()
808 else if( gpRedMR->ulFreeInodes == 0U ) in InodeFindFree()
A Dvolume.c470 pMetaRoot->ulFreeInodes = RedRev32( pMetaRoot->ulFreeInodes ); in MetaRootEndianSwap()
A Dformat.c116 gpRedMR->ulFreeInodes = gpRedVolConf->ulInodeCount; in RedVolFormat()
A Dcore.c535 pStatFS->f_ffree = gpRedMR->ulFreeInodes; in RedCoreVolStat()
536 pStatFS->f_favail = gpRedMR->ulFreeInodes; in RedCoreVolStat()

Completed in 18 milliseconds