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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_link.c324 retval = cat_update(hfsmp, &hfsmp->hfs_private_desc[type],
327 panic("hfs_makelink: cat_update of privdir failed! (%d)\n", retval);
721 (void ) cat_update(hfsmp, &dcp->c_desc, &dcp->c_attr, NULL, NULL);
782 (void)cat_update(hfsmp, &hfsmp->hfs_private_desc[DIR_HARDLINKS],
784 (void)cat_update(hfsmp, &hfsmp->hfs_private_desc[FILE_HARDLINKS],
817 (void) cat_update(hfsmp, &cp->c_desc, &cp->c_attr, NULL, NULL);
962 (void) cat_update(hfsmp, &dcp->c_desc, &dcp->c_attr, NULL, NULL);
H A Dhfs_catalog.h300 extern int cat_update ( struct hfsmount *hfsmp,
H A Dhfs_vnops.c1733 (void) cat_update(hfsmp, &dcp->c_desc, &dcp->c_attr, NULL, NULL);
2107 (void) cat_update(hfsmp, &hfsmp->hfs_private_desc[FILE_HARDLINKS],
2119 (void) cat_update(hfsmp, &dcp->c_desc, &dcp->c_attr, NULL, NULL);
2125 (void) cat_update(hfsmp, &to_desc, &cp->c_attr, NULL, NULL);
2167 (void) cat_update(hfsmp, &dcp->c_desc, &dcp->c_attr, NULL, NULL);
3451 error = cat_update(hfsmp, &cp->c_desc, &cp->c_attr, dataforkp, rsrcforkp);
3597 (void) cat_update(hfsmp, &dcp->c_desc, &dcp->c_attr, NULL, NULL);
H A Dhfs_cnode.c254 (void)cat_update(hfsmp, &hfsmp->hfs_private_desc[FILE_HARDLINKS],
279 * would not have updated the catalog record (cat_update). We need
281 * force the update, or hfs_update will again skip the cat_update.
423 * would not have updated the catalog record (cat_update). We need
425 * force the update, or hfs_update will again skip the cat_update.
H A Dhfs_catalog.c1361 cat_update(struct hfsmount *hfsmp, struct cat_desc *descp, struct cat_attr *attrp, function
1714 retval = cat_update(hfsmp, &desc, &attr, NULL, NULL);
H A Dhfs_vfsutils.c1369 (void)cat_update(hfsmp, &hfsmp->hfs_private_desc[FILE_HARDLINKS],
H A Dhfs_vfsops.c4315 error = cat_update(hfsmp, &journal_desc, &journal_attr, &journal_fork, NULL);
4318 printf("hfs_reclaim_journal_file: cat_update returned %d\n", error);
4430 error = cat_update(hfsmp, &jib_desc, &jib_attr, &jib_fork, NULL);
4433 printf("hfs_reclaim_journal_info_block: cat_update returned %d\n", error);

Completed in 89 milliseconds