Lines Matching refs:fromdv
883 struct sdev_node *fromdv = NULL; /* source node */
1019 fromdv = VTOSDEV(ovp);
1020 ASSERT(fromdv);
1028 if ((fromdv->sdev_flags & SDEV_DYNAMIC) != 0 ||
1041 error = sdev_rnmnode(fromparent, fromdv, toparent, &todv, nnm, cred);
1056 fromdv = sdev_cache_lookup(fromparent, onm);
1057 if (fromdv == NULL) {
1065 if (fromdv->sdev_state == SDEV_ZOMBIE) {
1068 VN_RELE(SDEVTOV(fromdv));
1074 ASSERT(SDEVTOV(fromdv) == ovp);
1078 type = SDEVTOV(fromdv)->v_type;
1080 error = sdev_cleandir(fromdv, NULL, 0);
1088 bkstore = SDEV_IS_PERSIST(fromdv) ? 1 : 0;
1089 sdev_cache_update(fromparent, &fromdv, onm,
1091 VN_RELE(SDEVTOV(fromdv));