Home
last modified time | relevance | path

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

/netbsd/src/sys/kern/
Dexec_script.c130 struct vnode *scriptvp; in exec_script_makecmds() local
231 scriptvp = NULL; in exec_script_makecmds()
277 scriptvp = epp->ep_vp; in exec_script_makecmds()
307 vn_lock(scriptvp, LK_EXCLUSIVE | LK_RETRY); in exec_script_makecmds()
308 VOP_CLOSE(scriptvp, FREAD, l->l_cred); in exec_script_makecmds()
309 vput(scriptvp); in exec_script_makecmds()
339 } else if (scriptvp) { in exec_script_makecmds()
340 vn_lock(scriptvp, LK_EXCLUSIVE | LK_RETRY); in exec_script_makecmds()
341 VOP_CLOSE(scriptvp, FREAD, l->l_cred); in exec_script_makecmds()
342 vput(scriptvp); in exec_script_makecmds()