Searched refs:zap_length_by_dnode (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/contrib/openzfs/tests/unit/ |
| H A D | test_zap.c | 430 unit_ok(zap_length_by_dnode(dn, "u64", &isz, &nint)); in test_zap_length() 435 unit_err(zap_length_by_dnode(dn, "nope", &isz, &nint), ENOENT); in test_zap_length() 439 unit_ok(zap_length_by_dnode(dn, "u64", NULL, &nint)); in test_zap_length() 440 unit_ok(zap_length_by_dnode(dn, "u64", &isz, NULL)); in test_zap_length()
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | zap.h | 333 int zap_length_by_dnode(dnode_t *dn, const char *name,
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zap.c | 663 zap_length_by_dnode(dnode_t *dn, const char *name, uint64_t *integer_size, in zap_length_by_dnode() function 704 err = zap_length_by_dnode(dn, name, integer_size, num_integers); in zap_length()
|