Searched refs:new_mp (Results 1 – 2 of 2) sorted by relevance
101 struct mntent *new_mp = ALLOC(mntent); in mnt_dup() local103 new_mp->mnt_fsname = strdup(mp->f_mntfromname); in mnt_dup()104 new_mp->mnt_dir = strdup(mp->f_mntonname); in mnt_dup()105 new_mp->mnt_type = strdup(mp->f_fstypename); in mnt_dup()106 new_mp->mnt_opts = strdup("unset"); in mnt_dup()107 new_mp->mnt_freq = 0; in mnt_dup()108 new_mp->mnt_passno = 0; in mnt_dup()110 return new_mp; in mnt_dup()
1126 am_node *ap, *new_mp, *ap_hung; in afs_lookuppn() local1362 new_mp = exported_ap_alloc(); in afs_lookuppn()1363 if (new_mp == 0) { in afs_lookuppn()1439 init_map(new_mp, fname); in afs_lookuppn()1444 insert_am(new_mp, mp); in afs_lookuppn()1453 new_mp->am_path = str3cat(new_mp->am_path, in afs_lookuppn()1458 dlog("setting path to %s", new_mp->am_path); in afs_lookuppn()1470 cp->mp = new_mp; in afs_lookuppn()1493 return new_mp; in afs_lookuppn()1497 new_mp->am_error = error; in afs_lookuppn()[all …]