Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_mount.c1130 struct vnode *newdp, *rootvp; in vfs_domount_first() local
1215 (error1 = VFS_ROOT(mp, LK_EXCLUSIVE, &newdp)) != 0) { in vfs_domount_first()
1256 vn_seqc_write_begin(newdp); in vfs_domount_first()
1257 VOP_UNLOCK(newdp); in vfs_domount_first()
1295 vn_lock_pair(vp, false, LK_EXCLUSIVE, newdp, false, LK_EXCLUSIVE); in vfs_domount_first()
1306 EVENTHANDLER_DIRECT_INVOKE(vfs_mounted, mp, newdp, td); in vfs_domount_first()
1307 VOP_UNLOCK(newdp); in vfs_domount_first()
1309 mountcheckdirs(vp, newdp); in vfs_domount_first()
1311 vn_seqc_write_end(newdp); in vfs_domount_first()
1312 vrele(newdp); in vfs_domount_first()
H A Dkern_descrip.c4460 mountcheckdirs(struct vnode *olddp, struct vnode *newdp) in mountcheckdirs() argument
4491 vrefact(newdp); in mountcheckdirs()
4492 newpwd->pwd_cdir = newdp; in mountcheckdirs()
4495 vrefact(newdp); in mountcheckdirs()
4496 newpwd->pwd_rdir = newdp; in mountcheckdirs()
4499 vrefact(newdp); in mountcheckdirs()
4500 newpwd->pwd_jdir = newdp; in mountcheckdirs()
4503 vrefact(newdp); in mountcheckdirs()
4504 newpwd->pwd_adir = newdp; in mountcheckdirs()
4516 vrefact(newdp); in mountcheckdirs()
[all …]
/freebsd/sys/sys/
H A Dfiledesc.h287 void mountcheckdirs(struct vnode *olddp, struct vnode *newdp);
/freebsd/usr.sbin/mountd/
H A Dmountd.c2654 add_dlist(struct dirlist **dpp, struct dirlist *newdp, struct grouplist *grp, in add_dlist() argument
2664 cmp = strcmp(dp->dp_dirp, newdp->dp_dirp); in add_dlist()
2666 add_dlist(&dp->dp_left, newdp, grp, flags, ep, anoncrp, in add_dlist()
2670 add_dlist(&dp->dp_right, newdp, grp, flags, ep, anoncrp, in add_dlist()
2674 free((caddr_t)newdp); in add_dlist()
2676 dp = newdp; in add_dlist()