Searched refs:un_resv (Results 1 – 3 of 3) sorted by relevance
283 resv = size + ul->un_resv_wantin + ul->un_resv; in top_begin_sync()310 if (size && (ul->un_resv && ((size + ul->un_resv) > in top_begin_sync()330 ul->un_resv += size; in top_begin_sync()379 if (((size + ul->un_resv + ul->un_resv_wantin) > ul->un_maxresv) && in top_begin_async()431 ul->un_resv += size; in top_begin_async()510 ul->un_resv = 0; /* unreserve the log space */ in top_end_sync()547 ul->un_resv += ul->un_resv_wantin; in top_end_sync()591 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