Searched refs:un_resv_wantin (Results 1 - 4 of 4) 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;
300 ul->un_resv_wantin += size;
387 if (((size + ul->un_resv + ul->un_resv_wantin) > ul->un_maxresv) &&
555 ul->un_resv += ul->un_resv_wantin;
559 ul->un_resv_wantin = 0;
/illumos-gate/usr/src/common/lvm/
H A Dmd_convert.c600 big->un_resv_wantin = small->un_resv_wantin;
628 small->un_resv_wantin = big->un_resv_wantin;
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_trans.h100 uint_t un_resv_wantin; /* reserved byte count for next trans */ member in struct:ml_unit
161 uint_t un_resv_wantin; /* reserved byte count for next trans */ member in struct:ml_unit32_od
/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 in struct:ml_unit

Completed in 67 milliseconds