Searched defs:afs_call (Results 1 – 1 of 1) sorted by relevance
129 struct afs_call { struct130 const struct afs_call_type *type; /* type of call */ argument131 wait_queue_head_t waitq; /* processes awaiting completion */132 struct work_struct async_work; /* async I/O processor */133 struct work_struct work; /* actual work processor */134 struct work_struct free_work; /* Deferred free processor */135 struct rxrpc_call *rxcall; /* RxRPC call handle */136 struct rxrpc_peer *peer; /* Remote endpoint */137 struct key *key; /* security for this call */138 struct afs_net *net; /* The network namespace */[all …]