Searched refs:FileCache (Results 1 – 1 of 1) sorted by relevance
93 } FileCache; typedef121 FileCache *fhead = 0; /* Head of File Cache Chain */122 FileCache *ftail = 0; /* Tail of File Cache Chain */1428 FileCache *fp; in enroll()1430 if ((fp = (FileCache *)malloc(sizeof (FileCache))) == nil) in enroll()