Searched refs:kernel_mount (Results 1 – 6 of 6) sorted by relevance
| /xnu-10063.121.3/bsd/sys/ |
| H A D | mount_internal.h | 502 int kernel_mount(const char *, vnode_t, vnode_t, const char *, void *, size_t, int, uint32_t, vfs_c…
|
| /xnu-10063.121.3/bsd/kern/ |
| H A D | imageboot.c | 278 …error = kernel_mount("hfs", NULLVP, NULLVP, PIVOTMNT, fulldevnamepp, 0, (MNT_RDONLY | MNT_DONTBROW… in imageboot_pivot_image() 282 …error = kernel_mount("apfs", NULLVP, NULLVP, PIVOTMNT, fulldevnamepp, 0, (MNT_RDONLY | MNT_DONTBRO… in imageboot_pivot_image()
|
| /xnu-10063.121.3/bsd/miscfs/devfs/ |
| H A D | devfs_vfsops.c | 494 …error = kernel_mount(fsname, NULLVP, NULLVP, mntname, NULL, 0, MNT_DONTBROWSE, KERNEL_MOUNT_NOAUTH… in devfs_kernel_mount()
|
| /xnu-10063.121.3/bsd/miscfs/routefs/ |
| H A D | routefs_ops.c | 465 …error = kernel_mount(fsname, NULLVP, NULLVP, mounthere, &args, 0, MNT_DONTBROWSE, KERNEL_MOUNT_NOA… in routefs_kernel_mount()
|
| /xnu-10063.121.3/bsd/vfs/ |
| H A D | vfs_syscalls.c | 294 kernel_mount(const char *fstype, vnode_t pvp, vnode_t vp, const char *path, in kernel_mount() function 371 error = kernel_mount(fstype, pvp, vp, path, data, datalen, in vfs_mount_at_path()
|
| H A D | vfs_subr.c | 1922 error = kernel_mount(rootvnode->v_mount->mnt_vfsstat.f_fstypename, NULLVP, NULLVP, in vfs_mount_recovery()
|