Home
last modified time | relevance | path

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

/FreeRTOS-Plus/Source/Reliance-Edge/include/
A Dredstat.h62 uint16_t st_nlink; /**< Number of hard links to the file. */ member
/FreeRTOS-Plus/Source/Reliance-Edge/core/driver/
A Dcore.c1493 pStat->st_nlink = ino.pInodeBuf->uNLink; in RedCoreStat()
1495 pStat->st_nlink = 1U; in RedCoreStat()
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_Reliance_Edge_and_CLI_Windows_Simulator/
A DFile-Related-CLI-commands.c1160 … ( unsigned ) finfo.st_nlink, ( unsigned long ) finfo.st_size, ( unsigned long ) finfo.st_blocks ); in prvSTATCommand()
/FreeRTOS-Plus/Demo/Common/Demo_IP_Protocols/FTP/
A DFreeRTOS_FTP_server.c2155 BaseType_t st_nlink = 1; in prvGetFileInfoStat() local
2222 mode, st_nlink, user, group, ( int ) ulSize, date, pcFileName ); in prvGetFileInfoStat()
/FreeRTOS-Plus/Source/Reliance-Edge/posix/
A Dposix.c2986 if( ( ret == 0 ) && ( InodeStat.st_nlink == 1U ) ) in InodeUnlinkCheck()

Completed in 26 milliseconds