Lines Matching refs:overflow

170  *	NO_RECLAIM: just detach the overflow from the set; do not
728 /* scan overflow volume list */
906 * m, s, b, or o (for master, shadow, bitmap, and overflow
929 * Create and install kstat_io data for an overflow volume
961 cmn_err(CE_WARN, "!Unabled to create overflow kstat for set "
1430 /* check that master is not already a bitmap, shadow or overflow */
2332 /* clear any overflow vol usage counts */
2947 /* free any overflow allocation */
3930 * Configures a volume suitable for use as an overflow volume.
4026 * Attaches the volume in the "bitmap_vol" field as an overflow volume.
4030 * is of the wrong type (eg independent) or already has an overflow
4079 /* check shadow doesn't already have an overflow volume */
4086 /* check shadow is mapped so can have an overflow */
4109 /* re-write header so shadow can be restarted with overflow volume */
4136 * Breaks the link with the overflow volume.
4139 * Returns 0 if the overflow volume was detached. Otherwise an error code
4197 /* re-write header to break link with overflow volume */
4312 * Breaks the link with the overflow volume.
4315 * Returns 0 if the overflow volume was detached. Otherwise an error code
4379 * Breaks the link with the overflow volume.
4382 * Returns 0 if the overflow volume was detached. Otherwise an error code
5542 * Search the configured shadows list for the supplied overflow volume.
5778 II_READ_START(ip, overflow);
5802 II_READ_END(ip, overflow, rc, fba_len);
5845 II_NSC_READ(ip, overflow, rc, tmp,
5916 II_NSC_WRITE(ip, overflow, rc, tmp, tmp->sb_pos,
5976 ip->bi_kstat_io.overflow = op->ii_overflow;
6003 ip->bi_kstat_io.overflow = op->ii_overflow;
6010 /* open overflow volume */
6100 "overflow");
6125 ip->bi_kstat_io.overflow = NULL;
6165 (void) _ii_unregister_path(op->ii_dev->bi_tok, 0, "overflow");
6524 /* use overflow volume */
6526 II_ALLOC_BUF(ip, overflow, rc, OVRFD(ip), shd_pos, len,
6554 II_NSC_COPY_DIRECT(ip, overflow, master, rc,
6569 II_NSC_COPY_DIRECT(ip, master, overflow, rc,
6605 II_NSC_WRITE(ip, overflow, rc, shd_tmp,
6948 * overflow
8925 int overflow;
8944 overflow = II_ISOVERFLOW(mapped_chunk);
8945 if (overflow)
8950 if (overflow) {
8952 II_READ_START(ip, overflow);
8954 II_READ_END(ip, overflow, rc, len);
8966 if (overflow)
9575 /* maybe it's an overflow */
10067 int overflow;
10098 overflow = II_ISOVERFLOW(mapped_chunk);
10099 if (overflow)
10107 if (overflow) {
10120 if (overflow) {
10121 II_NSC_WRITE(ip, overflow, rc, tmp, mapped_fba,
10129 if (overflow)