Home
last modified time | relevance | path

Searched refs:buf_space (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dsa.c654 int buf_space; in sa_build_layouts() local
700 buf_space = hdl->sa_spill->db_size - spillhdrsize; in sa_build_layouts()
713 buf_space = (sa->sa_force_spill) ? in sa_build_layouts()
716 buf_space = hdl->sa_bonus->db_size - hdrsize; in sa_build_layouts()
726 ASSERT(IS_P2ALIGNED(buf_space, 8)); in sa_build_layouts()
732 if (buf_space < length) { /* switch to spill buffer */ in sa_build_layouts()
750 buf_space = hdl->sa_spill->db_size - spillhdrsize; in sa_build_layouts()
763 buf_space -= P2ROUNDUP(length, 8); in sa_build_layouts()