Searched refs:outgoing_vol_new_path (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/bsd/vfs/ |
| H A D | vfs_subr.c | 1555 const char *outgoing_vol_new_path, in vfs_switch_root() argument 1601 …ing mount points : %s <-> / <-> %s\n", __FUNCTION__, incoming_vol_old_path, outgoing_vol_new_path); in vfs_switch_root() 1603 if (outgoing_vol_new_path[0] == '/') { in vfs_switch_root() 1634 …error = vnode_lookupat(outgoing_vol_new_path, 0, &outgoing_vol_new_covered_vp, ctx, incoming_rootv… in vfs_switch_root() 1786 strlcat(outgoing->mnt_vfsstat.f_mntonname, outgoing_vol_new_path, MAXPATHLEN); in vfs_switch_root()
|