Searched refs:bandNum (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/hfs-285/CopyHFSMeta/
H A DSparseBundle.c80 off_t bandNum = (offset + nread) / blockSize; // Which band file to use local
88 asprintf(&bandName, "%s/bands/%x", ctx->pathname, bandNum);
105 warn("Cannot write to band file %s/band/%x for offset %llu for amount %zu", ctx->pathname, bandNum, offset+nread, amount);
132 off_t bandNum = (offset + written) / blockSize; // Which band file to use local
139 if (ctx->cfd == -1 || ctx->cBandNum != bandNum) {
143 asprintf(&bandName, "%s/bands/%x", ctx->pathname, bandNum);
162 ctx->cBandNum = bandNum;
168 warn("Cannot write to band file %s/band/%x for offset %llu for amount %zu", ctx->pathname, bandNum, offset+written, amount);

Completed in 79 milliseconds