Lines Matching refs:dvp
400 vnode_t *dvp; in nl7c_logd_init() local
433 dvp = NULL; in nl7c_logd_init()
434 ret = lookupname(symlink_path, UIO_SYSSPACE, NO_FOLLOW, &dvp, &svp); in nl7c_logd_init()
435 if (ret || dvp == NULL || svp == NULL) { in nl7c_logd_init()
436 if (dvp == NULL) { in nl7c_logd_init()
442 EXCL, 0, &dvp, CRMKDIR, 0, 0); in nl7c_logd_init()
450 nca_fio_dvp(&fio) = dvp; in nl7c_logd_init()
455 nca_fio_dvp(&fio) = dvp; in nl7c_logd_init()
474 (void) VOP_REMOVE(dvp, symlink, kcred, NULL, 0); in nl7c_logd_init()
523 (void) VOP_REMOVE(dvp, symlink, kcred, NULL, 0); in nl7c_logd_init()
524 ret = VOP_SYMLINK(dvp, symlink, &attr, nca_fio_name(&fio), kcred, NULL, in nl7c_logd_init()
591 if (dvp) in nl7c_logd_init()
592 VN_RELE(dvp); in nl7c_logd_init()