Lines Matching defs:file
5 * you may not use this file except in compliance with the License.
37 } file;
84 return bb->file.filename;
97 return bb->file.offset;
117 free(bb->file.filename);
224 if (a->file.filename != b->file.filename ||
225 a->file.offset + a->len != b->file.offset) {
323 /* Queues a chunk of a file on disk to be written to the specified data blocks */
335 bb->file.filename = strdup(filename);
336 bb->file.offset = offset;
390 new_bb->file.offset += max_len;