Searched refs:linkCount (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_format.h266 u_int32_t linkCount; /* links that refer to this indirect node */ member in union:HFSPlusBSDInfo::__anon64
289 #define hl_linkCount bsdInfo.special.linkCount
H A Dhfs_catalog.c968 * other items. Also set linkCount to 1 for regular files.
971 * kHFSHasLinkChainBit set and linkCount more than 1 even if they
974 * and linkCount for regular file before we vend it out. This might
4209 bsdp->special.linkCount = 1;
4229 bsdp->special.linkCount = 1;
4366 if (bsd->special.linkCount > 0)
4367 attrp->ca_linkcount = bsd->special.linkCount;
H A Dhfs_search.c721 (filep->bsdInfo.special.linkCount == 0)) {

Completed in 94 milliseconds