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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c165 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, function
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
[all...]

Completed in 18 milliseconds