Lines Matching refs:hfs_mountfs

165 int hfs_mountfs(struct vnode *devvp, struct mount *mp, struct hfs_mount_args *args, int journal_replay_only, vfs_context_t context);
185 if ((error = hfs_mountfs(rvp, mp, NULL, 0, context))) {
187 printf("hfs_mountroot: hfs_mountfs returned %d, rvp (%p) name (%s) \n",
522 retval = hfs_mountfs(devvp, mp, &args, 0, context);
524 printf("hfs_mount: hfs_mountfs returned %d\n", retval);
1277 hfs_mountfs(struct vnode *devvp, struct mount *mp, struct hfs_mount_args *args,
1328 printf("hfs_mountfs: DKIOCGETBLOCKSIZE failed\n");
1344 printf("hfs_mountfs: DKIOCGETPHYSICALBLOCKSIZE failed\n");
1366 printf("hfs_mountfs: DKIOCSETBLOCKSIZE failed \n");
1377 printf("hfs_mountfs: DKIOCGETBLOCKCOUNT failed\n");
1415 printf("hfs_mountfs: DKIOCSETBLOCKSIZE (2) failed\n");
1423 printf("hfs_mountfs: DKIOCGETBLOCKCOUNT (2) failed\n");
1441 printf("hfs_mountfs: buf_meta_bread failed with %d\n", retval);
1449 printf("hfs_mountfs: MALLOC failed\n");
1460 printf("hfs_mountfs: MALLOC (2) failed\n");
1576 printf("hfs_mountfs: Mounting HFS Standard volumes was deprecated in Mac OS 10.7 \n");
1649 printf("hfs_mountfs: embedded volume offset not"
1657 printf("hfs_mountfs: DKIOCSETBLOCKSIZE (3) failed\n");
1665 printf("hfs_mountfs: DKIOCGETBLOCKCOUNT (3) failed\n");
1694 printf("hfs_mountfs: buf_meta_bread (2) failed with %d\n", retval);
1726 printf("hfs_mountfs: failed to mount non-root inconsistent disk\n");
1766 printf("hfs_mountfs: hfs_early_journal_init indicated external jnl \n");
1777 printf("hfs_mountfs: hfs_early_journal_init failed, setting to FSK \n");
1816 printf("hfs_mountfs: hfs_early_journal_init failed, erroring out \n");
1842 printf("hfs_mountfs: could not use physical block size "
1847 printf("hfs_mountfs: DKIOCSETBLOCKSIZE (4) failed \n");
1854 printf("hfs_mountfs: DKIOCGETBLOCKCOUNT (4) failed \n");
1879 printf("hfs_mountfs: hfs_early_journal_init (2) resetting.. \n");
1916 printf("hfs_mountfs: hfs_early_journal_init (2) failed \n");
1940 printf("hfs_mountfs: encountered failure %d \n", retval);
7740 retval = hfs_mountfs(devvp, mp, args, 1, context);