Home
last modified time | relevance | path

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

/xnu-11215/bsd/vfs/
H A Dvfs_subr.c1565 const char *pm_path; in vfs_switch_root() member
1658 error = vnode_lookupat(pmi->pm_path, 0, &pmi->pm_rootvnode, ctx, rootvnode); in vfs_switch_root()
1660 … printf("skipping preserved mountpoint because not found or error: %d: %s\n", error, pmi->pm_path); in vfs_switch_root()
1671 printf("skipping preserved mountpoint because not a mountpoint: %s\n", pmi->pm_path); in vfs_switch_root()
1678 error = vnode_lookupat(pmi->pm_path, 0, &pmi->pm_new_covered_vp, ctx, incoming_rootvnode); in vfs_switch_root()
1680 printf("preserved new mount directory not found or error: %d: %s\n", error, pmi->pm_path); in vfs_switch_root()
1685 printf("preserved new mount directory not directory: %s\n", pmi->pm_path); in vfs_switch_root()
1690 printf("will preserve mountpoint across pivot: /%s\n", pmi->pm_path); in vfs_switch_root()