Searched defs:svc_cacherep (Results 1 – 1 of 1) sorted by relevance
22 struct svc_cacherep { struct23 struct {32 } c_key;34 struct rb_node c_node;35 struct list_head c_lru;36 unsigned char c_state, /* unused, inprog, done */37 c_type, /* status, buffer */38 c_secure : 1; /* req came from port < 1024 */39 unsigned long c_timestamp;40 union {[all …]