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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_catalog.h398 extern int cat_createlink( struct hfsmount *hfsmp,
H A Dhfs_link.c121 return cat_createlink(hfsmp, descp, &attr, nextcnid, linkcnid);
H A Dhfs_catalog.c2098 * cat_createlink - create a link in the catalog
2109 cat_createlink(struct hfsmount *hfsmp, struct cat_desc *descp, struct cat_attr *attrp, function
2149 printf("hfs: cat_createlink: err %d from buildkey\n", result);
2244 printf("hfs: cat_createlink: err %d from BTInsertRecord\n", MacToVFSError(result));
2248 printf("hfs: cat_createlink() failed to delete thread record on volume %s\n", hfsmp->vcbVN);

Completed in 76 milliseconds