Searched defs:afs_call (Results 1 – 1 of 1) sorted by relevance
74 struct afs_call { struct75 const struct afs_call_type *type; /* type of call */ argument78 void (*async_workfn)(struct afs_call *call); /* asynchronous work function */ argument79 struct work_struct async_work; /* asynchronous work processor */80 struct work_struct work; /* actual work processor */81 struct sk_buff_head rx_queue; /* received packets */82 struct rxrpc_call *rxcall; /* RxRPC call handle */83 struct key *key; /* security for this call */84 struct afs_server *server; /* server affected by incoming CM call */85 void *request; /* request data (first part) */[all …]