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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_catalog.h313 extern int cat_rename ( struct hfsmount * hfsmp,
H A Dhfs_link.c211 retval = cat_rename(hfsmp, &cp->c_desc, &hfsmp->hfs_private_desc[type],
215 printf("hfs_makelink: cat_rename to %s failed (%d). fileid %d\n",
240 err = cat_rename(hfsmp, &to_desc, &dcp->c_desc, &cp->c_desc, NULL);
242 panic("hfs_makelink: error %d from cat_rename backout 1", err);
289 err = cat_rename(hfsmp, &to_desc, &dcp->c_desc, &cp->c_desc, NULL);
291 panic("hfs_makelink: error %d from cat_rename backout 2", err);
807 error = cat_rename(hfsmp, &from_desc, &hfsmp->hfs_private_desc[FILE_HARDLINKS],
H A Dhfs_vnops.c3313 error = cat_rename(hfsmp, &desc, &todir_desc,
4145 * operation. If this occurs, it may cause us to get a spurious EEXIST out of the cat_rename
4154 error = cat_rename(hfsmp, &from_desc, &tdcp->c_desc, &to_desc, &out_desc);
H A Dhfs_catalog.c1075 cat_rename ( function
H A Dhfs_vfsops.c7603 error = cat_rename(hfsmp, &cp->c_desc, &todir_desc, &to_desc, &new_desc);

Completed in 41 milliseconds