Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/lvm/
H A Dmd_convert.c596 big->un_maxresv = small->un_maxresv; in trans_log_convert()
624 small->un_maxresv = big->un_maxresv; in trans_log_convert()
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dlufs_top.c284 if (resv > ul->un_maxresv) { in top_begin_sync()
311 ul->un_maxresv)) && !panicstr) { in top_begin_sync()
379 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()
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmd_trans.h96 uint_t un_maxresv; /* maximum reservable space */ member
157 uint_t un_maxresv; /* maximum reservable space */ member
/titanic_41/usr/src/uts/common/sys/fs/
H A Dufs_log.h208 uint32_t un_maxresv; /* maximum reservable space */ member
/titanic_41/usr/src/uts/common/io/lvm/trans/
H A Dtrans_log.c461 ul->un_maxresv = un->un_l_maxresv; in ldl_create()
H A Dtrans_ioctl.c1195 un->un_l_maxresv = ul->un_maxresv; in trans_get()