Searched defs:cLinks (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/ImageMounter/VBoxFUSE/
H A DVBoxFUSE.cpp96 uint32_t cLinks; member in struct:VBOXFUSENODE
324 pStat->st_nlink = pNode->cLinks;
393 pNode->cLinks = 0;
439 pDir->Node.cLinks++;
443 pNode->cLinks++;
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsbase.cpp1372 unsigned cLinks = 0; local
1451 cLinks++;
1452 if (cLinks >= RTVFS_MAX_LINKS)

Completed in 55 milliseconds