search for: zap_dnode

Displaying 1 result from an estimated 1 matches for "zap_dnode".

2013 Oct 26
2
[PATCH] 1. changes for vdiskadm on illumos based platform
...first pay attention to when - * chosing the bucket. + * those are the ones that we first pay attention to when + * choosing the bucket. */ crc &= ~((1ULL << (64 - 28)) - 1); @@ -617,7 +637,7 @@ zap_leaf_lookup(zap_leaf_phys_t *l, int */ static int fzap_lookup(dnode_phys_t *zap_dnode, zap_phys_t *zap, - char *name, uint64_t *value, char *stack) + const char *name, uint64_t *value, char *stack) { zap_leaf_phys_t *l; uint64_t hash, idx, blkid; @@ -645,7 +665,7 @@ fzap_lookup(dnode_phys_t *zap_dnode, zap stack += 1<<blksft; if ((1<<blksft) < sizeof (z...