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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c653 int buf_space; local
699 buf_space = hdl->sa_spill->db_size - spillhdrsize;
712 buf_space = (sa->sa_force_spill) ?
715 buf_space = hdl->sa_bonus->db_size - hdrsize;
725 ASSERT(IS_P2ALIGNED(buf_space, 8));
731 if (buf_space < length) { /* switch to spill buffer */
749 buf_space = hdl->sa_spill->db_size - spillhdrsize;
762 buf_space -= P2ROUNDUP(length, 8);

Completed in 62 milliseconds