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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c1651 int bonus_data_size = 0; local
1669 bonus_data_size = hdl->sa_bonus->db_size;
1670 old_data[0] = kmem_alloc(bonus_data_size, KM_SLEEP);
1690 kmem_free(old_data[0], bonus_data_size);
1779 kmem_free(old_data[0], bonus_data_size);

Completed in 63 milliseconds