Displaying 1 result from an estimated 1 matches for "objnum".
2013 Oct 26
2
[PATCH] 1. changes for vdiskadm on illumos based platform
...;'%s''\n", za->za_name);
+ return (ERR_NEWER_VERSION);
+}
+
/*
* Get the file dnode for a given file name where mdn is the meta dnode
* for this ZFS object set. When found, place the file dnode in dn.
@@ -782,40 +871,40 @@ dnode_get_path(dnode_phys_t *mdn, char *
uint64_t objnum, version;
char *cname, ch;
- if ((errnum = dnode_get(mdn, MASTER_NODE_OBJ, DMU_OT_MASTER_NODE,
- dn, stack)))
+ if (errnum = dnode_get(mdn, MASTER_NODE_OBJ, DMU_OT_MASTER_NODE,
+ dn, stack))
return (errnum);
- if ((errnum = zap_lookup(dn, ZPL_VERSION_STR, &version, stack)))
+ i...