Searched defs:coda_op_stats (Results 1 – 1 of 1) sorted by relevance
110 struct coda_op_stats { struct111 int opcode; /* vfs opcode */112 long entries; /* number of times call attempted */113 long sat_intrn; /* number of times call satisfied by cache */114 long unsat_intrn; /* number of times call failed in cache, but116 long gen_intrn; /* number of times call generated internally */