Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_cache.c3493 struct vnode *ddvp; in vn_dir_dd_ino() local
3503 ddvp = ncp->nc_dvp; in vn_dir_dd_ino()
3504 vs = vget_prep(ddvp); in vn_dir_dd_ino()
3506 if (vget_finish(ddvp, LK_SHARED | LK_NOWAIT, vs)) in vn_dir_dd_ino()
3508 return (ddvp); in vn_dir_dd_ino()