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

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vfsops.c167 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, function
1257 printf("hfs_mountfs: DKIOCGETBLOCKSIZE failed\n");
1273 printf("hfs_mountfs: DKIOCGETPHYSICALBLOCKSIZE failed\n");
1295 printf("hfs_mountfs
[all...]

Completed in 22 milliseconds