Searched refs:un_resv (Results 1 – 3 of 3) sorted by relevance
291 resv = size + ul->un_resv_wantin + ul->un_resv; in top_begin_sync()318 if (size && (ul->un_resv && ((size + ul->un_resv) > in top_begin_sync()338 ul->un_resv += size; in top_begin_sync()387 if (((size + ul->un_resv + ul->un_resv_wantin) > ul->un_maxresv) && in top_begin_async()439 ul->un_resv += size; in top_begin_async()518 ul->un_resv = 0; /* unreserve the log space */ in top_end_sync()555 ul->un_resv += ul->un_resv_wantin; in top_end_sync()599 ul->un_resv -= (size - tp->deltas_size); in top_end_async()
961 return (ul->un_resv > (ul->un_maxresv - (ul->un_maxresv>>2))); in ldl_need_commit()
209 uint32_t un_resv; /* reserved byte count for this trans */ member