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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_catalog.h284 extern int cat_delete ( struct hfsmount *hfsmp,
H A Dhfs_link.c283 (void) cat_delete(hfsmp, &cp->c_desc, &cp->c_attr);
H A Dhfs_cnode.c516 // cat_delete() will use the file-id to do the deletion.
527 error = cat_delete(hfsmp, &cp->c_desc, &cp->c_attr);
H A Dhfs_vnops.c2786 error = cat_delete(hfsmp, &desc, &cp->c_attr);
3400 error = cat_delete(hfsmp, &desc, &cp->c_attr);
5293 delete_err = cat_delete (hfsmp, &out_desc, &attr);
H A Dhfs_catalog.c1374 * cat_delete - delete a node from the catalog
1382 cat_delete(struct hfsmount *hfsmp, struct cat_desc *descp, struct cat_attr *attrp) function
1458 printf ("hfs: cat_delete() failed to delete thread record on volume %s\n", hfsmp->vcbVN);
2456 result = cat_delete(hfsmp, descp, &cattr);
H A Dhfs_vfsutils.c1550 if (cat_delete(hfsmp, &cnode.c_desc, &cnode.c_attr) != 0) {

Completed in 99 milliseconds