Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/include/sys/
HDzap_impl.h227 int fzap_remove(zap_name_t *zn, dmu_tx_t *tx);
/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDzap_micro.c1496 err = fzap_remove(zn, tx); in zap_remove_impl()
1552 err = fzap_remove(zn, tx); in zap_remove_uint64_impl()
HDzap.c949 fzap_remove(zap_name_t *zn, dmu_tx_t *tx) in fzap_remove() function