Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_mount.c904 struct vnode *newdp, *rootvp; in vfs_domount_first() local
971 (error1 = VFS_ROOT(mp, LK_EXCLUSIVE, &newdp)) != 0) { in vfs_domount_first()
1012 vn_seqc_write_begin(newdp); in vfs_domount_first()
1013 VOP_UNLOCK(newdp); in vfs_domount_first()
1045 vn_lock(newdp, LK_EXCLUSIVE | LK_RETRY); in vfs_domount_first()
1047 EVENTHANDLER_DIRECT_INVOKE(vfs_mounted, mp, newdp, td); in vfs_domount_first()
1048 VOP_UNLOCK(newdp); in vfs_domount_first()
1050 mountcheckdirs(vp, newdp); in vfs_domount_first()
1052 vn_seqc_write_end(newdp); in vfs_domount_first()
1053 vrele(newdp); in vfs_domount_first()
H A Dkern_descrip.c4015 vrefact(newdp); in mountcheckdirs()
4016 newpwd->pwd_cdir = newdp; in mountcheckdirs()
4019 vrefact(newdp); in mountcheckdirs()
4020 newpwd->pwd_rdir = newdp; in mountcheckdirs()
4023 vrefact(newdp); in mountcheckdirs()
4036 vrefact(newdp); in mountcheckdirs()
4037 rootvnode = newdp; in mountcheckdirs()
4042 vrefact(newdp); in mountcheckdirs()
4043 prison0.pr_root = newdp; in mountcheckdirs()
4051 vrefact(newdp); in mountcheckdirs()
[all …]
/f-stack/freebsd/sys/
H A Dfiledesc.h268 void mountcheckdirs(struct vnode *olddp, struct vnode *newdp);