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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c551 int full_space; local
570 full_space = (buftype == SA_BONUS) ? DN_MAX_BONUSLEN : db->db_size;
571 ASSERT(IS_P2ALIGNED(full_space, 8));
593 *total < full_space) {
621 (full_space - sizeof (blkptr_t))) {
625 if (*total + P2ROUNDUP(hdrsize, 8) > full_space &&

Completed in 49 milliseconds