• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/bsd/hfs/

Lines Matching refs:retval

297 	OSErr retval;
439 retval = hfs_getnewvnode(hfsmp, NULL, NULL, &cndesc, 0, &cnattr, &cfork,
441 if (retval)
448 retval = MacToVFSError(BTOpenPath(VTOF(hfsmp->hfs_extents_vp),
450 if (retval)
472 retval = hfs_getnewvnode(hfsmp, NULL, NULL, &cndesc, 0, &cnattr, &cfork,
474 if (retval) {
480 retval = MacToVFSError(BTOpenPath(VTOF(hfsmp->hfs_catalog_vp),
482 if (retval) {
513 retval = hfs_getnewvnode(hfsmp, NULL, NULL, &cndesc, 0, &cnattr, &cfork,
515 if (retval) {
540 retval = hfs_getnewvnode(hfsmp, NULL, NULL, &cndesc, 0, &cnattr, &cfork,
542 if (retval) {
547 retval = MacToVFSError(BTOpenPath(VTOF(hfsmp->hfs_attribute_vp),
549 if (retval) {
573 retval = hfs_getnewvnode(hfsmp, NULL, NULL, &cndesc, 0, &cnattr, &cfork,
575 if (retval) {
583 retval = cat_idlookup(hfsmp, kHFSRootFolderID, 0, &cndesc, &cnattr, NULL);
584 if (retval) {
613 retval = hfs_late_journal_init(hfsmp, vhp, args);
614 if (retval != 0) {
629 retval = (int)buf_meta_bread(hfsmp->hfs_devvp,
632 if (retval == 0) {
650 retval = EINVAL;
735 return (retval);
1784 int retval;
1801 retval = (int)buf_meta_bread(devvp,
1805 if (retval)
1806 return retval;
1829 retval = journal_is_clean(hfsmp->jvp,
1839 if (retval) {
1844 return retval;
1890 retval = (int)buf_meta_bread(devvp,
1893 if (retval) {
1895 printf("hfs: failed to reload the mdb after opening the journal (retval %d)!\n",
1896 retval);
1897 return retval;
1911 printf("hfs: early jnl init: failed to open/create the journal (retval %d).\n", retval);
1939 int retval, write_jibp = 0, recreate_journal = 0;
1983 retval = (int)buf_meta_bread(devvp,
1987 if (retval) {
2044 retval = journal_is_clean(hfsmp->jvp,
2054 if (retval) {
2059 return retval;
2122 printf("hfs: late jnl init: failed to open/create the journal (retval %d).\n", retval);