Searched defs:indirect_blockshift (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_micro.c709 dmu_object_type_t ot, int leaf_blockshift, int indirect_blockshift,
716 indirect_blockshift >= SPA_MINBLOCKSHIFT &&
717 indirect_blockshift <= SPA_OLD_MAXBLOCKSHIFT);
720 1ULL << leaf_blockshift, indirect_blockshift, tx) == 0);
708 zap_create_flags(objset_t *os, int normflags, zap_flags_t flags, dmu_object_type_t ot, int leaf_blockshift, int indirect_blockshift, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) argument

Completed in 60 milliseconds