Lines Matching defs:open_file
214 struct open_file {
215 struct open_file *next;
216 struct open_file *previous;
1606 struct open_file *of;
1679 of = (struct open_file*)malloc(sizeof(struct open_file));
1688 of->previous = (struct open_file*)NULL;
1731 struct open_file *of;
1733 of = (struct open_file*)(long)fi->fh;
1812 struct open_file *of;
1814 of = (struct open_file*)(long)fi->fh;
2346 struct open_file *of;
2523 of = (struct open_file*)malloc(sizeof(struct open_file));
2529 of->previous = (struct open_file*)NULL;
2697 struct open_file *of;
2786 * We keep one open_file record per opening, to avoid
3077 struct open_file *of;
3081 of = (struct open_file*)(long)fi->fh;