Lines Matching refs:HDR_SIZE
35 #define HDR_SIZE 80
102 * nnnn may be < HDR_SIZE but label block must be >= HDR_SIZE
118 if (slt->done || (c = paxread(pax, ap, slt->buf, (off_t)HDR_SIZE, (off_t)LABEL_MAX, 0)) < HDR_SIZE)
124 if (ap->io->blocked || paxread(pax, ap, slt->buf + HDR_SIZE, (off_t)0, (off_t)c, 1) != c)
126 c = HDR_SIZE;
166 paxwrite(pax, ap, slt->buf, HDR_SIZE);
168 paxwrite(pax, ap, slt->buf, HDR_SIZE);
188 char hdr[HDR_SIZE + 1];
192 if (size < HDR_SIZE)
194 memcpy(hdr, buf, HDR_SIZE);
197 ccmapstr(state.map.e2n, hdr, HDR_SIZE);
200 ccmapstr(state.map.e2n, hdr, HDR_SIZE);
207 ccmapstr(state.map.a2n, hdr, HDR_SIZE);
643 paxwrite(pax, ap, slt->buf, HDR_SIZE);
645 paxwrite(pax, ap, slt->buf, HDR_SIZE);
649 paxwrite(pax, ap, slt->buf, HDR_SIZE);
658 complete(ap, f, 4 * HDR_SIZE);