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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_link.c329 retval = cat_update(hfsmp, &hfsmp->hfs_private_desc[type],
332 panic("hfs_makelink: cat_update of privdir failed! (%d)\n", retval);
759 (void ) cat_update(hfsmp, &dcp->c_desc, &dcp->c_attr, NULL, NULL);
820 (void)cat_update(hfsmp, &hfsmp->hfs_private_desc[DIR_HARDLINKS],
822 (void)cat_update(hfsmp, &hfsmp->hfs_private_desc[FILE_HARDLINKS],
855 (void) cat_update(hfsmp, &cp->c_desc, &cp->c_attr, NULL, NULL);
994 (void) cat_update(hfsmp, &dcp->c_desc, &dcp->c_attr, NULL, NULL);
H A Dhfs_catalog.h319 extern int cat_update ( struct hfsmount *hfsmp,
H A Dhfs_vnops.c2165 (void) cat_update(hfsmp, &from_cp->c_desc, &from_cp->c_attr,
2168 (void) cat_update(hfsmp, &to_cp->c_desc, &to_cp->c_attr,
2796 (void) cat_update(hfsmp, &dcp->c_desc, &dcp->c_attr, NULL, NULL);
3321 (void) cat_update(hfsmp, &hfsmp->hfs_private_desc[FILE_HARDLINKS],
3333 (void) cat_update(hfsmp, &dcp->c_desc, &dcp->c_attr, NULL, NULL);
3339 (void) cat_update(hfsmp, &to_desc, &cp->c_attr, NULL, NULL);
3414 (void) cat_update(hfsmp, &dcp->c_desc, &dcp->c_attr, NULL, NULL);
4986 * Modify the values passed to cat_update based on whether or not
5049 error = cat_update(hfsmp, &cp->c_desc, &cp->c_attr, dataforkp, rsrcforkp);
5274 (void) cat_update(hfsm
[all...]
H A Dhfs_cnode.c538 (void)cat_update(hfsmp, &hfsmp->hfs_private_desc[FILE_HARDLINKS],
564 * would not have updated the catalog record (cat_update). We need
566 * force the update, or hfs_update will again skip the cat_update.
H A Dhfs_catalog.c1535 * cat_update - update the catalog node described by descp
1539 cat_update(struct hfsmount *hfsmp, struct cat_desc *descp, struct cat_attr *attrp, function
1862 retval = cat_update(hfsmp, &desc, &attr, NULL, NULL);
H A Dhfs_vfsutils.c1573 (void)cat_update(hfsmp, &hfsmp->hfs_private_desc[FILE_HARDLINKS],
H A Dhfs_vfsops.c6294 error = cat_update(hfsmp, &journal_desc, &journal_attr, &journal_fork, NULL);
6297 printf("hfs_relocate_journal_file: cat_update returned %d\n", error);
6502 error = cat_update(hfsmp, &jib_desc, &jib_attr, &jib_fork, NULL);
6505 printf("hfs_reclaim_journal_info_block: cat_update returned %d\n", error);

Completed in 103 milliseconds