Searched defs:fh_cache (Results 1 – 1 of 1) sorted by relevance
79 typedef struct fh_cache fh_cache; typedef80 struct fh_cache { struct81 qelem fh_q; /* List header */105 static int call_mountd(fh_cache*, unsigned long, fwd_fun, void *); argument