Lines Matching defs:refs
524 * if needed. The cluster starts off with a refs of one,
616 uint16_t refs;
625 fatal("could not read refs");
638 refs = 1;
640 if (pread(disk->fd, &refs, sizeof(refs),
643 refs = be16toh(refs) + 1;
645 refs = htobe16(refs);
646 if (pwrite(disk->fd, &refs, sizeof(refs), l2cluster + 2 * l2idx) != 2)
673 uint16_t refs;
755 refs = htobe16(1);
756 if (pwrite(fd, &refs, 2, initsz + 2*i) != 2)