Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/vfs/
H A Dvfs_subr.c1566 const char *pm_path; in vfs_switch_root() member
1659 error = vnode_lookupat(pmi->pm_path, 0, &pmi->pm_rootvnode, ctx, rootvnode); in vfs_switch_root()
1661 … printf("skipping preserved mountpoint because not found or error: %d: %s\n", error, pmi->pm_path); in vfs_switch_root()
1672 printf("skipping preserved mountpoint because not a mountpoint: %s\n", pmi->pm_path); in vfs_switch_root()
1679 error = vnode_lookupat(pmi->pm_path, 0, &pmi->pm_new_covered_vp, ctx, incoming_rootvnode); in vfs_switch_root()
1681 printf("preserved new mount directory not found or error: %d: %s\n", error, pmi->pm_path); in vfs_switch_root()
1686 printf("preserved new mount directory not directory: %s\n", pmi->pm_path); in vfs_switch_root()
1691 printf("will preserve mountpoint across pivot: /%s\n", pmi->pm_path); in vfs_switch_root()