Home
last modified time | relevance | path

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

/freebsd/sys/nlm/
H A Dnlm_prot_impl.c1746 struct vnode *vs_vp; member
1799 error = VOP_ACCESS(vs->vs_vp, accmode, cred, curthread); in nlm_get_vfs_state()
1806 error = VOP_ACCESS(vs->vs_vp, VWRITE, cred, curthread); in nlm_get_vfs_state()
1811 VOP_UNLOCK(vs->vs_vp); in nlm_get_vfs_state()
1827 if (vs->vs_vp) { in nlm_release_vfs_state()
1829 vput(vs->vs_vp); in nlm_release_vfs_state()
1831 vrele(vs->vs_vp); in nlm_release_vfs_state()
1900 error = VOP_ADVLOCK(vs.vs_vp, NULL, F_GETLK, &fl, F_REMOTE); in nlm_do_test()
2050 af->af_vp = vs.vs_vp; in nlm_do_lock()
2106 vs.vs_vp = NULL; in nlm_do_lock()
[all …]