Home
last modified time | relevance | path

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

/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzap_impl.h226 int fzap_remove(zap_name_t *zn, dmu_tx_t *tx);
/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzap_micro.c1258 err = fzap_remove(zn, tx); in zap_remove_norm()
1291 err = fzap_remove(zn, tx); in zap_remove_uint64()
H A Dzap.c936 fzap_remove(zap_name_t *zn, dmu_tx_t *tx) in fzap_remove() function