Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
HDkern_acct.c143 if (error == 0 && nd.nl_open_vp->v_type != VREG) in sys_acct()
149 vp = nd.nl_open_vp; in sys_acct()
150 nd.nl_open_vp = NULL; in sys_acct()
HDkern_ktrace.c316 if (error == 0 && nd.nl_open_vp->v_type != VREG) in sys_ktrace()
325 tracenode->kn_vp = nd.nl_open_vp; in sys_ktrace()
327 nd.nl_open_vp = NULL; in sys_ktrace()
HDvfs_nlookup.c387 if (nd->nl_open_vp) { in nlookup_done()
389 vn_unlock(nd->nl_open_vp); in nlookup_done()
392 vn_close(nd->nl_open_vp, nd->nl_vp_fmode, NULL); in nlookup_done()
393 nd->nl_open_vp = NULL; in nlookup_done()
HDlink_elf.c442 vp = nd.nl_open_vp; in link_elf_load_file()
443 nd.nl_open_vp = NULL; in link_elf_load_file()
HDlink_elf_obj.c441 vp = nd.nl_open_vp; in link_elf_obj_load_file()
442 nd.nl_open_vp = NULL; in link_elf_obj_load_file()
HDkern_sig.c2580 vp = nd.nl_open_vp; in coredump()
2581 nd.nl_open_vp = NULL; in coredump()
HDvfs_vnops.c400 nd->nl_open_vp = vp; in vn_open()
HDkern_linker.c1490 type = nd.nl_open_vp->v_type; in linker_search_path()
/dragonfly/sys/dev/disk/dm/
HDdm_pdev.c84 *vpp = nd.nl_open_vp; in dm_dk_lookup()
85 nd.nl_open_vp = NULL; in dm_dk_lookup()
/dragonfly/sys/sys/
HDnlookup.h95 struct vnode *nl_open_vp; member
/dragonfly/sys/vfs/ufs/
HDufs_quota.c426 if (error == 0 && nd.nl_open_vp->v_type != VREG) in ufs_quotaon()
432 vp = nd.nl_open_vp; in ufs_quotaon()
433 nd.nl_open_vp = NULL; in ufs_quotaon()
/dragonfly/sys/dev/raid/vinum/
HDvinumio.c72 drive->vp = nd.nl_open_vp; in open_drive()
73 nd.nl_open_vp = NULL; in open_drive()
/dragonfly/sys/dev/disk/vn/
HDvn.c543 vp = nd.nl_open_vp; in vniocattach_file()
553 nd.nl_open_vp = NULL; in vniocattach_file()
/dragonfly/sys/dev/disk/ccd/
HDccd.c1531 vp = nd.nl_open_vp; in ccdlookup()
1547 nd.nl_open_vp = NULL; in ccdlookup()