Searched refs:ZAP_LEAF_ARRAY_NCHUNKS (Results 1 – 4 of 4) sorted by relevance
519 int delta_chunks = ZAP_LEAF_ARRAY_NCHUNKS(num_integers * integer_size) - in zap_entry_update()520 ZAP_LEAF_ARRAY_NCHUNKS(le->le_value_numints * le->le_value_intlen); in zap_entry_update()564 int numchunks = 1 + ZAP_LEAF_ARRAY_NCHUNKS(zn->zn_key_orig_numints * in zap_entry_create()565 zn->zn_key_intlen) + ZAP_LEAF_ARRAY_NCHUNKS(valuelen); in zap_entry_create()833 n = 1 + ZAP_LEAF_ARRAY_NCHUNKS(le->le_name_numints) + in zap_leaf_stats()834 ZAP_LEAF_ARRAY_NCHUNKS(le->le_value_numints * in zap_leaf_stats()
371 #define MZAP_ENT_CHUNKS (1 + ZAP_LEAF_ARRAY_NCHUNKS(MZAP_NAME_LEN) + \372 ZAP_LEAF_ARRAY_NCHUNKS(sizeof (uint64_t)))
64 #define ZAP_LEAF_ARRAY_NCHUNKS(bytes) \ macro
1622 #define ZAP_LEAF_ARRAY_NCHUNKS(bytes) \ macro