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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_catalog.h279 extern int cat_create ( struct hfsmount *hfsmp,
H A Dhfs_link.c983 error = cat_create(hfsmp, priv_descp, priv_attrp, NULL);
H A Dhfs_catalog.c877 * cat_create - create a node in the catalog
886 cat_create(struct hfsmount *hfsmp, struct cat_desc *descp, struct cat_attr *attrp, function
1023 printf ("hfs: cat_create() failed to delete thread record on volume %s\n", hfsmp->vcbVN);
1271 printf("hfs: cat_create: could not undo (BTInsert = %d)", err);
1298 printf("hfs: cat_create: could not undo (BTDelete = %d)", err);
H A Dhfs_vnops.c5253 // have to also lock the attribute file because cat_create() needs
5263 error = cat_create(hfsmp, &in_desc, &attr, &out_desc);

Completed in 40 milliseconds