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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_catalog.c117 static int catrec_update(const CatalogKey *ckp, CatalogRecord *crp, struct update_state *state);
1521 (IterateCallBackProcPtr)catrec_update, &state);
1546 * catrec_update - Update the fields of a catalog record
1550 catrec_update(const CatalogKey *ckp, CatalogRecord *crp, struct update_state *state) function
1630 printf("hfs: catrec_update: id %d != %d\n", dir->folderID, attrp->ca_fileid);
1783 panic("hfs: catrec_update: rsrc fork == data fork");

Completed in 21 milliseconds