Lines Matching refs:pszName
82 const char * pszName,
113 const char * pszName, in RedDirEntryCreate() argument
118 if( !CINODE_IS_DIRTY( pPInode ) || ( pszName == NULL ) || !INODE_IS_VALID( ulInode ) ) in RedDirEntryCreate()
128 uint32_t ulNameLen = RedNameLen( pszName ); in RedDirEntryCreate()
142 ret = RedDirEntryLookup( pPInode, pszName, &ulEntryIdx, NULL ); in RedDirEntryCreate()
167 ret = DirEntryWrite( pPInode, ulEntryIdx, ulInode, pszName, ulNameLen ); in RedDirEntryCreate()
315 const char * pszName, in RedDirEntryLookup() argument
321 if( !CINODE_IS_MOUNTED( pPInode ) || ( pszName == NULL ) ) in RedDirEntryLookup()
331 uint32_t ulNameLen = RedNameLen( pszName ); in RedDirEntryLookup()
371 if( ( RedStrNCmp( pDirent->acName, pszName, ulNameLen ) == 0 ) && in RedDirEntryLookup()
495 char * pszName, in RedDirEntryRead() argument
500 …if( !CINODE_IS_MOUNTED( pPInode ) || ( pulIdx == NULL ) || ( pszName == NULL ) || ( pulInode == NU… in RedDirEntryRead()
534 … RedStrNCpy( pszName, pDirents[ ulBlockIdx ].acName, REDCONF_NAME_MAX ); in RedDirEntryRead()
535 pszName[ REDCONF_NAME_MAX ] = '\0'; in RedDirEntryRead()
880 const char * pszName, in DirEntryWrite() argument
888 ( pszName == NULL ) || in DirEntryWrite()
913 RedStrNCpy( de.acName, pszName, ulNameLen ); in DirEntryWrite()