Lines Matching defs:file
4 * to provide fast random access to a device/file. It has various
65 struct file {
88 struct file files[MAX_FDS];
147 struct file *f;
222 static int get_file_size(struct file *f)
252 struct file *f;
259 f = (struct file *) (uintptr_t) cqe->user_data;
471 struct file *f = &s->files[i];
499 struct file *f;
514 printf("failed getting size of device/file\n");
518 printf("Zero file/device size?\n");
523 printf("Added file %s\n", argv[i]);