Searched refs:ulInode (Results 1 – 11 of 11) sorted by relevance
| /FreeRTOS-Plus/Source/Reliance-Edge/core/driver/ |
| A D | inode.c | 52 static uint32_t InodeBlock( uint32_t ulInode, 109 uint32_t ulInode = pInode->ulInode; in RedInodeMount() local 113 pInode->ulInode = ulInode; in RedInodeMount() 225 uint32_t ulInode = pInode->ulInode; in RedInodeCreate() local 253 pInode->ulInode = ulInode; in RedInodeCreate() 480 pInode->ulInode = INODE_INVALID; in RedInodeFree() 814 uint32_t ulInode; in InodeFindFree() local 818 …for( ulInode = INODE_FIRST_FREE; ulInode < ( INODE_FIRST_VALID + gpRedVolConf->ulInodeCount ); ulI… in InodeFindFree() 834 *pulInode = ulInode; in InodeFindFree() 1056 uint32_t ulInode, in RedInodeBitGet() argument [all …]
|
| A D | dir.c | 56 uint32_t ulInode; member 81 uint32_t ulInode, 114 uint32_t ulInode ) in RedDirEntryCreate() argument 696 if( ( ret == 0 ) && ( pSrcInode->ulInode != pDstInode->ulInode ) ) in RedDirEntryRename() 802 else if( ulSrcInode == pDstPInode->ulInode ) in DirCyclicRenameCheck() 821 while( ( NextParent.ulInode != ulSrcInode ) && in DirCyclicRenameCheck() 822 ( NextParent.ulInode != INODE_ROOTDIR ) && in DirCyclicRenameCheck() 879 uint32_t ulInode, in DirEntryWrite() argument 887 ( !INODE_IS_VALID( ulInode ) && ( ulInode != INODE_INVALID ) ) || in DirEntryWrite() 907 de.ulInode = ulInode; in DirEntryWrite() [all …]
|
| A D | core.c | 946 ino.ulInode = ulInode; in CoreLink() 1116 uint32_t ulInode; in CoreUnlink() local 1129 ino.ulInode = ulInode; in CoreUnlink() 1408 …if( ( ret == 0 ) && ( DstInode.ulInode != INODE_INVALID ) && ( DstInode.ulInode != SrcInode.ulInod… in CoreRename() 1423 if( ( ret == 0 ) && ( DstInode.ulInode != SrcInode.ulInode ) ) in CoreRename() 1482 ino.ulInode = ulInode; in RedCoreStat() 1544 ino.ulInode = ulInode; in RedCoreFileSizeGet() 1607 ino.ulInode = ulInode; in RedCoreFileRead() 1742 ino.ulInode = ulInode; in CoreFileWrite() 1849 ino.ulInode = ulInode; in CoreFileTruncate() [all …]
|
| A D | format.c | 137 rootdir.ulInode = INODE_ROOTDIR; in RedVolFormat() 160 ino.ulInode = INODE_FIRST_FREE + ulInodeIdx; in RedVolFormat()
|
| A D | inodedata.c | 1560 pInode->pDindir->ulInode = pInode->ulInode; in BranchBlock() 1578 pInode->pIndir->ulInode = pInode->ulInode; in BranchBlock()
|
| A D | buffer.c | 1070 pIndir->ulInode = RedRev32( pIndir->ulInode ); in BufferEndianSwapIndir()
|
| /FreeRTOS-Plus/Source/Reliance-Edge/include/ |
| A D | redcoreapi.h | 72 uint32_t ulInode ); 90 REDSTATUS RedCoreStat( uint32_t ulInode, 94 REDSTATUS RedCoreFileSizeGet( uint32_t ulInode, 98 REDSTATUS RedCoreFileRead( uint32_t ulInode, 103 REDSTATUS RedCoreFileWrite( uint32_t ulInode, 109 REDSTATUS RedCoreFileTruncate( uint32_t ulInode, 114 REDSTATUS RedCoreDirRead( uint32_t ulInode,
|
| /FreeRTOS-Plus/Source/Reliance-Edge/posix/ |
| A D | posix.c | 150 static REDSTATUS InodeUnlinkCheck( uint32_t ulInode ); 998 uint32_t ulInode; in red_mkdir() local 1303 uint32_t ulInode; in red_link() local 1920 ret = RedCoreStat( pHandle->ulInode, pStat ); in red_fstat() 2139 pDirStream->ulInode = INODE_INVALID; in red_closedir() 2325 uint32_t ulInode; in UnlinkSub() local 2346 ret = InodeUnlinkCheck( ulInode ); in UnlinkSub() 2544 pHandle->ulInode = ulInode; in FildesOpen() 2637 pHandle->ulInode = INODE_INVALID; in FildesClose() 2980 ret = RedCoreStat( ulInode, &InodeStat ); in InodeUnlinkCheck() [all …]
|
| A D | path.c | 296 uint32_t ulInode = INODE_ROOTDIR; in RedPathToName() local 330 ulPInode = ulInode; in RedPathToName() 339 ret = RedCoreLookup( ulPInode, &pszLocalPath[ ulPathIdx ], &ulInode ); in RedPathToName()
|
| /FreeRTOS-Plus/Source/Reliance-Edge/core/include/ |
| A D | redcore.h | 162 uint32_t ulInode; /**< The inode number of the cached inode. */ member 202 …TED( pInode ) ( ( ( pInode ) != NULL ) && INODE_IS_VALID( ( pInode )->ulInode ) && ( ( pInode )… 241 REDSTATUS RedInodeIsFree( uint32_t ulInode, 245 uint32_t ulInode, 272 uint32_t ulInode );
|
| A D | rednodes.h | 186 uint32_t ulInode; /**< Inode which owns this indirect or double indirect. */ member
|
Completed in 62 milliseconds