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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c541 * the boolean will_spill will be set when spilling is necessary. It
547 boolean_t *will_spill)
558 *will_spill = B_TRUE;
564 *will_spill = B_FALSE;
578 if (*will_spill)
608 *will_spill = B_TRUE;
627 *will_spill = B_TRUE;
630 if (*will_spill)
545 sa_find_sizes(sa_os_t *sa, sa_bulk_attr_t *attr_desc, int attr_count, dmu_buf_t *db, sa_buf_type_t buftype, int *index, int *total, boolean_t *will_spill) argument

Completed in 49 milliseconds