Lines Matching defs:value

1320  * Lookup a value in a microzap directory. Assumes that the zap
1324 mzap_lookup(const dnode_phys_t *dnode, const char *name, uint64_t *value)
1343 *value = mze->mze_value;
1382 * Extract a uint64_t value from a zap leaf entry.
1389 uint64_t value;
1393 for (i = 0, value = 0, p = vc->l_array.la_array; i < 8; i++) {
1394 value = (value << 8) | p[i];
1397 return value;
1401 * Lookup a value in a fatzap directory. Assumes that the zap scratch
1405 fzap_lookup(const spa_t *spa, const dnode_phys_t *dnode, const char *name, uint64_t *value)
1474 *value = fzap_leaf_value(&zl, zc);
1482 * Lookup a name in a zap object and return its value as a uint64_t.
1485 zap_lookup(const spa_t *spa, const dnode_phys_t *dnode, const char *name, uint64_t *value)
1497 return mzap_lookup(dnode, name, value);
1499 return fzap_lookup(spa, dnode, name, value);
1563 uint64_t value;
1598 * Assume the first eight bytes of the value are
1601 value = fzap_leaf_value(&zl, zc);
1603 //printf("%s 0x%jx\n", name, (uintmax_t)value);
1604 rc = callback((const char *)name, value);
1613 static int zfs_printf(const char *name, uint64_t value __unused)
1651 mzap_rlookup(const spa_t *spa, const dnode_phys_t *dnode, char *name, uint64_t value)
1669 if (value == mze->mze_value) {
1704 fzap_rlookup(const spa_t *spa, const dnode_phys_t *dnode, char *name, uint64_t value)
1741 if (fzap_leaf_value(&zl, zc) == value) {
1752 zap_rlookup(const spa_t *spa, const dnode_phys_t *dnode, char *name, uint64_t value)
1764 return mzap_rlookup(spa, dnode, name, value);
1766 return fzap_rlookup(spa, dnode, name, value);
2051 check_feature(const char *name, uint64_t value)
2055 if (value == 0)
2269 * Read the link value and copy the tail of our