Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_top.c291 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()
H A Dlufs_log.c961 return (ul->un_resv > (ul->un_maxresv - (ul->un_maxresv>>2))); in ldl_need_commit()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_log.h209 uint32_t un_resv; /* reserved byte count for this trans */ member