Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_top.c292 if (resv > ul->un_maxresv) { in top_begin_sync()
319 ul->un_maxresv)) && !panicstr) { in top_begin_sync()
387 if (((size + ul->un_resv + ul->un_resv_wantin) > ul->un_maxresv) && in top_begin_async()
H A Dlufs_log.c961 return (ul->un_resv > (ul->un_maxresv - (ul->un_maxresv>>2))); in ldl_need_commit()
H A Dlufs.c389 ul->un_maxresv = btodb(ul->un_logsize) * LDL_USABLE_BSIZE; in lufs_snarf()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_log.h208 uint32_t un_maxresv; /* maximum reservable space */ member