HomeSort by: relevance | last modified time | path
    Searched refs:zap_join (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zap.h 300 int zap_join(objset_t *os, uint64_t fromobj, uint64_t intoobj, dmu_tx_t *tx);
302 /* Same as zap_join, but set the values to 'value'. */
306 /* Same as zap_join, but add together any duplicated entries. */
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zap.c 1013 zap_join(objset_t *os, uint64_t fromobj, uint64_t intoobj, dmu_tx_t *tx) function

Completed in 19 milliseconds