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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_conf.c100 extern int hfs_mountroot(mount_t, vnode_t, vfs_context_t);
119 { &hfs_vfsops, "hfs", 17, 0, (MNT_LOCAL | MNT_DOVOLFS), hfs_mountroot, NULL, 0, 0, VFC_VFSLOCALARGS | VFC_VFSREADDIR_EXTENDED | VFS_THREAD_SAFE_FLAG | VFC_VFS64BITREADY | VFC_VFSVNOP_PAGEOUTV2 | VFC_VFSVNOP_PAGEINV2, NULL, 0},
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs.h719 int hfs_mountroot(mount_t mp, vnode_t rvp, vfs_context_t context);
H A Dhfs_vfsops.c178 hfs_mountroot(mount_t mp, vnode_t rvp, vfs_context_t context) function
187 printf("hfs_mountroot: hfs_mountfs returned %d, rvp (%p) name (%s) \n",
1308 /* only hfs_mountroot passes us NULL as the 'args' argument */

Completed in 37 milliseconds