Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_mount.c1121 struct vnode *newdp, *rootvp; in vfs_domount_first() local
1193 (error1 = VFS_ROOT(mp, LK_EXCLUSIVE, &newdp)) != 0) { in vfs_domount_first()
1234 vn_seqc_write_begin(newdp); in vfs_domount_first()
1235 VOP_UNLOCK(newdp); in vfs_domount_first()
1273 vn_lock_pair(vp, false, LK_EXCLUSIVE, newdp, false, LK_EXCLUSIVE); in vfs_domount_first()
1284 EVENTHANDLER_DIRECT_INVOKE(vfs_mounted, mp, newdp, td); in vfs_domount_first()
1285 VOP_UNLOCK(newdp); in vfs_domount_first()
1287 mountcheckdirs(vp, newdp); in vfs_domount_first()
1289 vn_seqc_write_end(newdp); in vfs_domount_first()
1290 vrele(newdp); in vfs_domount_first()
[all...]
H A Dkern_descrip.c4222 vrefact(newdp); in mountcheckdirs()
4223 newpwd->pwd_cdir = newdp; in mountcheckdirs()
4226 vrefact(newdp); in mountcheckdirs()
4230 vrefact(newdp); in mountcheckdirs()
4234 vrefact(newdp); in mountcheckdirs()
4247 vrefact(newdp); in mountcheckdirs()
4248 rootvnode = newdp; in mountcheckdirs()
4253 vrefact(newdp); in mountcheckdirs()
4254 prison0.pr_root = newdp; in mountcheckdirs()
4262 vrefact(newdp); in mountcheckdirs()
[all …]
/freebsd/sys/sys/
H A Dfiledesc.h282 void mountcheckdirs(struct vnode *olddp, struct vnode *newdp);
/freebsd/usr.sbin/mountd/
H A Dmountd.c2590 add_dlist(struct dirlist **dpp, struct dirlist *newdp, struct grouplist *grp, in add_dlist() argument
2600 cmp = strcmp(dp->dp_dirp, newdp->dp_dirp); in add_dlist()
2602 add_dlist(&dp->dp_left, newdp, grp, flags, ep, anoncrp, in add_dlist()
2606 add_dlist(&dp->dp_right, newdp, grp, flags, ep, anoncrp, in add_dlist()
2610 free((caddr_t)newdp); in add_dlist()
2612 dp = newdp; in add_dlist()