Lines Matching refs:spcl
112 static int64_t tapea_volume; /* value of spcl.c_tapea at volume start */
164 lastspclrec = iswap64(spcl.c_tapea);
166 spcl.c_tapea = iswap64(iswap64(spcl.c_tapea) +1);
183 spcl.c_tapea = iswap64(iswap64(spcl.c_tapea) + avail);
233 blocks = iswap64(spcl.c_tapea) - tapea_volume;
269 (long)((iswap64(spcl.c_tapea) - tapea_volume) /
331 if (iswap32(spcl.c_type) == TS_INODE ||
332 iswap32(spcl.c_type) == TS_ADDR) {
333 for (i = 0; i < iswap32(spcl.c_count); i++)
334 if (spcl.c_addr[i] != 0)
337 wp->count = lastspclrec + blks + 1 - iswap64(spcl.c_tapea);
338 wp->tapea = iswap64(spcl.c_tapea);
503 savedtapea = iswap64(spcl.c_tapea);
504 spcl.c_tapea = iswap64(wp->tapea);
506 spcl.c_tapea = iswap64(savedtapea);
584 tapea_volume = iswap64(spcl.c_tapea);
689 spcl.c_count = iswap32(wp->count);
694 spcl.c_firstrec = iswap32(wp->firstrec);
695 spcl.c_volume = iswap32(iswap32(spcl.c_volume) + 1);
696 spcl.c_type = iswap32(TS_TAPE);
698 spcl.c_flags = iswap32(iswap32(spcl.c_flags)
702 spcl.c_flags = iswap32(iswap32(spcl.c_flags) &