Home
last modified time | relevance | path

Searched refs:bFlags (Results 1 – 4 of 4) sorted by relevance

/FreeRTOS-Plus/Source/Reliance-Edge/core/driver/
A Dformat.c198 pMB->bFlags |= MBFLAG_API_POSIX; in RedVolFormat()
201 pMB->bFlags |= MBFLAG_INODE_TIMESTAMPS; in RedVolFormat()
204 pMB->bFlags |= MBFLAG_INODE_BLOCKS; in RedVolFormat()
207 pMB->bFlags |= MBFLAG_INODE_NLINK; in RedVolFormat()
A Dvolume.c113 ( ( ( pMB->bFlags & MBFLAG_API_POSIX ) != 0U ) != ( REDCONF_API_POSIX == 1 ) ) || in RedVolMountMaster()
114 … ( ( ( pMB->bFlags & MBFLAG_INODE_TIMESTAMPS ) != 0U ) != ( REDCONF_INODE_TIMESTAMPS == 1 ) ) || in RedVolMountMaster()
115 ( ( ( pMB->bFlags & MBFLAG_INODE_BLOCKS ) != 0U ) != ( REDCONF_INODE_BLOCKS == 1 ) ) ) in RedVolMountMaster()
121 … else if( ( ( pMB->bFlags & MBFLAG_INODE_NLINK ) != 0U ) != ( REDCONF_API_POSIX_LINK == 1 ) ) in RedVolMountMaster()
126 else if( ( pMB->bFlags & MBFLAG_INODE_NLINK ) != 0U ) in RedVolMountMaster()
/FreeRTOS-Plus/Source/Reliance-Edge/posix/
A Dposix.c98 uint8_t bFlags; /**< Handle flags (type and mode). */ member
1410 if( ( ret == 0 ) && ( ( pHandle->bFlags & HFLAG_READABLE ) == 0U ) ) in red_read()
1527 if( ( ret == 0 ) && ( ( pHandle->bFlags & HFLAG_WRITEABLE ) == 0U ) ) in red_write()
1539 if( ( ret == 0 ) && ( ( pHandle->bFlags & HFLAG_APPENDING ) != 0U ) ) in red_write()
1856 if( ( ret == 0 ) && ( ( pHandle->bFlags & HFLAG_WRITEABLE ) == 0U ) ) in red_ftruncate()
2549 pHandle->bFlags |= HFLAG_DIRECTORY; in FildesOpen()
2554 pHandle->bFlags |= HFLAG_READABLE; in FildesOpen()
2560 pHandle->bFlags |= HFLAG_WRITEABLE; in FildesOpen()
2565 pHandle->bFlags |= HFLAG_APPENDING; in FildesOpen()
2699 …else if( ( expectedType == FTYPE_DIR ) && ( ( gaHandle[ uHandleIdx ].bFlags & HFLAG_DIRECTORY ) ==… in FildesToHandle()
[all …]
/FreeRTOS-Plus/Source/Reliance-Edge/core/include/
A Drednodes.h76 uint8_t bFlags; /**< Compile-time booleans which affect on-disk structures. */ member

Completed in 14 milliseconds