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

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_catalog.h450 u_int32_t linkref,
H A Dhfs_vfsops.c3261 u_int32_t linkref = 0; local
3319 * Check for a raw hardlink inode and save its linkref.
3326 linkref = strtoul(&nameptr[HFS_INODE_PREFIX_LEN], NULL, 10);
3330 linkref = strtoul(&nameptr[HFS_DIRINODE_PREFIX_LEN], NULL, 10);
3345 if (linkref) {
3350 cnattr.ca_linkref = linkref;
3363 linkerr = hfs_lookup_lastlink (hfsmp, linkref, &lastid, &linkdesc);
3372 /* If it failed, the linkref code will just use whatever it had in-hand below. */
3375 if (linkref) {
H A Dhfs_catalog.c107 static int resolvelinkid(struct hfsmount *hfsmp, u_int32_t linkref, ino_t *ino);
4003 cat_resolvelink(struct hfsmount *hfsmp, u_int32_t linkref, int isdirlink, struct HFSPlusCatalogFile *recp) argument
4015 MAKE_DIRINODE_NAME(inodename, sizeof(inodename), (unsigned int)linkref);
4018 MAKE_INODE_NAME(inodename, sizeof(inodename), (unsigned int)linkref);
4055 resolvelinkid(struct hfsmount *hfsmp, u_int32_t linkref, ino_t *ino) argument
4066 error = cat_resolvelink(hfsmp, linkref, 0, &record);

Completed in 43 milliseconds