Home
last modified time | relevance | path

Searched refs:un_resv_wantin (Results 1 – 2 of 2) 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()
300 ul->un_resv_wantin += size; in top_begin_sync()
387 if (((size + ul->un_resv + ul->un_resv_wantin) > ul->un_maxresv) && in top_begin_async()
555 ul->un_resv += ul->un_resv_wantin; in top_end_sync()
559 ul->un_resv_wantin = 0; in top_end_sync()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_log.h210 uint32_t un_resv_wantin; /* reserved byte count for next trans */ member