Home
last modified time | relevance | path

Searched refs:zap_length_by_dnode (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/unit/
H A Dtest_zap.c430 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 Dzap.h333 int zap_length_by_dnode(dnode_t *dn, const char *name,
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzap.c663 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()