Lines Matching refs:hfs_mountfs

167 int hfs_mountfs(struct vnode *devvp, struct mount *mp, struct hfs_mount_args *args, int journal_replay_only, vfs_context_t context);
187 if ((error = hfs_mountfs(rvp, mp, NULL, 0, context))) {
189 printf("hfs_mountroot: hfs_mountfs returned %d, rvp (%p) name (%s) \n",
510 retval = hfs_mountfs(devvp, mp, &args, 0, context);
513 printf("hfs_mount: hfs_mountfs returned error=%d for device %s\n", retval, (name ? name : "unknown-dev"));
520 /* After hfs_mountfs succeeds, we should have valid hfsmp */
1209 hfs_mountfs(struct vnode *devvp, struct mount *mp, struct hfs_mount_args *args,
1257 printf("hfs_mountfs: DKIOCGETBLOCKSIZE failed\n");
1273 printf("hfs_mountfs: DKIOCGETPHYSICALBLOCKSIZE failed\n");
1295 printf("hfs_mountfs: DKIOCSETBLOCKSIZE failed \n");
1306 printf("hfs_mountfs: DKIOCGETBLOCKCOUNT failed\n");
1345 printf("hfs_mountfs: DKIOCSETBLOCKSIZE (2) failed\n");
1353 printf("hfs_mountfs: DKIOCGETBLOCKCOUNT (2) failed\n");
1371 printf("hfs_mountfs: buf_meta_bread failed with %d\n", retval);
1379 printf("hfs_mountfs: MALLOC failed\n");
1390 printf("hfs_mountfs: MALLOC (2) failed\n");
1508 printf("hfs_mountfs: Mounting HFS Standard volumes was deprecated in Mac OS 10.7 \n");
1582 printf("hfs_mountfs: embedded volume offset not"
1590 printf("hfs_mountfs: DKIOCSETBLOCKSIZE (3) failed\n");
1598 printf("hfs_mountfs: DKIOCGETBLOCKCOUNT (3) failed\n");
1627 printf("hfs_mountfs: buf_meta_bread (2) failed with %d\n", retval);
1660 printf("hfs_mountfs: failed to mount non-root inconsistent disk\n");
1700 printf("hfs_mountfs: hfs_early_journal_init indicated external jnl \n");
1711 printf("hfs_mountfs: hfs_early_journal_init failed, setting to FSK \n");
1750 printf("hfs_mountfs: hfs_early_journal_init failed, erroring out \n");
1776 printf("hfs_mountfs: could not use physical block size "
1781 printf("hfs_mountfs: DKIOCSETBLOCKSIZE (4) failed \n");
1788 printf("hfs_mountfs: DKIOCGETBLOCKCOUNT (4) failed \n");
1813 printf("hfs_mountfs: hfs_early_journal_init (2) resetting.. \n");
1850 printf("hfs_mountfs: hfs_early_journal_init (2) failed \n");
1874 printf("hfs_mountfs: encountered failure %d \n", retval);
4609 retval = hfs_mountfs(devvp, mp, args, 1, context);