Lines Matching defs:File
18 typedef struct File File; typedef
140 struct File struct
147 File* next; /* in cp->flist */ argument
148 File* list; /* in list of free files */ argument
149 Filsys* fs;
150 long addr;
151 long slot;
152 long lastra; /* read ahead address */
153 short fid;
154 short uid;
155 char open;
160 long doffset; /* directory reading */
161 ulong dvers;
162 long dslot;
165 AuthRpc *rpc;
166 short cuid;