Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/unit/
H A Dtest_zap.c82 zap_remove_by_dnode(dn, "_upgrade", tx); in mock_zap_create_norm_fatzap()
231 unit_ok(zap_remove_by_dnode(dn, "world", tx)); in test_zap_basic()
342 unit_err(zap_remove_by_dnode(dn, "a", tx), ENOENT); in test_zap_remove()
350 unit_ok(zap_remove_by_dnode(dn, "a", tx)); in test_zap_remove()
391 unit_ok(zap_remove_by_dnode(dn, "a", tx)); in test_zap_count()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzap.c777 zap_remove_by_dnode(dnode_t *dn, const char *name, dmu_tx_t *tx) in zap_remove_by_dnode() function
878 err = zap_remove_by_dnode(dn, name, tx); in zap_increment_by_dnode()
969 return (zap_remove_by_dnode(dn, name, tx)); in zap_remove_int_by_dnode()
1284 EXPORT_SYMBOL(zap_remove_by_dnode);
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzap.h339 int zap_remove_by_dnode(dnode_t *dn, const char *name, dmu_tx_t *tx);