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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_catalog.c108 static int getkey(struct hfsmount *hfsmp, cnid_t cnid, CatalogKey * key);
1414 result = getkey(hfsmp, attrp->ca_fileid, (CatalogKey *)&iterator->key);
1510 result = getkey(hfsmp, attrp->ca_fileid, (CatalogKey *)&iterator->key);
1912 if ((result = getkey(hfsmp, cnid, (CatalogKey *)keyp))) {
1913 printf("hfs: cat_check_link_ancestry: getkey for %u failed\n", cnid);
1988 result = getkey(hfsmp, linkfileid, (CatalogKey *)&iterator->key);
2063 if ((result = getkey(hfsmp, linkfileid, (CatalogKey *)&iterator->key))) {
3745 * getkey - get a key from id by doing a thread lookup
3748 getkey(struct hfsmount *hfsmp, cnid_t cnid, CatalogKey * key) function
3814 result = getkey(hfsm
[all...]

Completed in 11 milliseconds