Searched refs:un_resv (Results 1 - 7 of 7) 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;
318 if (size && (ul->un_resv && ((size + ul->un_resv) >
338 ul->un_resv += size;
387 if (((size + ul->un_resv + ul->un_resv_wantin) > ul->un_maxresv) &&
439 ul->un_resv += size;
518 ul->un_resv = 0; /* unreserve the log space */
555 ul->un_resv += ul->un_resv_wantin;
599 ul->un_resv -= (size - tp->deltas_size);
H A Dlufs_log.c961 return (ul->un_resv > (ul->un_maxresv - (ul->un_maxresv>>2)));
/illumos-gate/usr/src/common/lvm/
H A Dmd_convert.c599 big->un_resv = small->un_resv;
627 small->un_resv = big->un_resv;
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_trans.h99 uint_t un_resv; /* reserved byte count for this trans */ member in struct:ml_unit
160 uint_t un_resv; /* reserved byte count for this trans */ member in struct:ml_unit32_od
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_log.h209 uint32_t un_resv; /* reserved byte count for this trans */ member in struct:ml_unit
/illumos-gate/usr/src/uts/common/io/lvm/trans/
H A Dtrans_log.c325 ul->un_resv = 0;
H A Dtrans_ioctl.c1194 un->un_l_resv = ul->un_resv;

Completed in 98 milliseconds