Home
last modified time | relevance | path

Searched refs:vfs_switch_root (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.1.9/bsd/sys/
H A Dmount_internal.h454 int vfs_switch_root(const char *, const char *, vfs_switch_root_flags_t);
/xnu-12377.1.9/bsd/kern/
H A Dimageboot.c373 error = vfs_switch_root(mount_path, outgoing_root_path, 0); in imageboot_pivot_image()
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_subr.c1554 vfs_switch_root(const char *incoming_vol_old_path, in vfs_switch_root() function
H A Dvfs_syscalls.c4736 error = vfs_switch_root(incoming, outgoing, VFSSR_VIRTUALDEV_PROHIBITED); in pivot_root()