Searched refs:uNLink (Results 1 – 4 of 4) sorted by relevance
158 uint16_t uNLink; /**< Link count, number of names pointing to the inode. */ member
306 pInode->pInodeBuf->uNLink = 1U; in RedInodeCreate()386 else if( pInode->pInodeBuf->uNLink > 1U ) in RedInodeLinkDec()392 pInode->pInodeBuf->uNLink--; in RedInodeLinkDec()
960 if( ino.pInodeBuf->uNLink == UINT16_MAX ) in CoreLink()981 ino.pInodeBuf->uNLink++; in CoreLink()1493 pStat->st_nlink = ino.pInodeBuf->uNLink; in RedCoreStat()
1039 pInode->uNLink = RedRev16( pInode->uNLink ); in BufferEndianSwapInode()
Completed in 15 milliseconds