Searched refs:newdp (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/sbin/mountd/ |
| HD | mountd.c | 1577 add_dlist(struct dirlist **dpp, struct dirlist *newdp, struct grouplist *grp, in add_dlist() argument 1586 cmp = strcmp(dp->dp_dirp, newdp->dp_dirp); in add_dlist() 1588 add_dlist(&dp->dp_left, newdp, grp, flags); in add_dlist() 1591 add_dlist(&dp->dp_right, newdp, grp, flags); in add_dlist() 1594 free((caddr_t)newdp); in add_dlist() 1596 dp = newdp; in add_dlist()
|
| /dragonfly/sys/kern/ |
| HD | vfs_syscalls.c | 498 struct vnode *newdp; in checkdirs() local 514 if (VFS_ROOT(mp, &newdp)) in checkdirs() 516 vn_unlock(newdp); in checkdirs() 518 vn_lock(newdp, LK_EXCLUSIVE | LK_RETRY); in checkdirs() 520 cache_setvp(new_nch, newdp); in checkdirs() 527 vref(newdp); in checkdirs() 528 vfs_cache_setroot(newdp, cache_hold(new_nch)); in checkdirs() 537 info.new_vp = newdp; in checkdirs() 539 vput(newdp); in checkdirs()
|