Home
last modified time | relevance | path

Searched refs:f_bfree (Results 1 – 3 of 3) sorted by relevance

/FreeRTOS-Plus/Source/Reliance-Edge/include/
A Dredstat.h82 uint32_t f_bfree; /**< Total number of free blocks. */ member
/FreeRTOS-Plus/Source/Reliance-Edge/core/driver/
A Dcore.c529 …pStatFS->f_bfree = ( gpRedMR->ulFreeBlocks > RESERVED_BLOCKS ) ? ( gpRedMR->ulFreeBlocks - RESERVE… in RedCoreVolStat()
531 pStatFS->f_bfree = gpRedMR->ulFreeBlocks; in RedCoreVolStat()
533 pStatFS->f_bavail = pStatFS->f_bfree; in RedCoreVolStat()
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/
A DFile-Related-CLI-commands.c1205 ( unsigned long ) fsinfo.f_bfree, ( unsigned long ) fsinfo.f_files, in prvSTATFSCommand()

Completed in 11 milliseconds