Home
last modified time | relevance | path

Searched defs:afs_call (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/fs/afs/
Dinternal.h74 struct afs_call { struct
75 const struct afs_call_type *type; /* type of call */ argument
78 void (*async_workfn)(struct afs_call *call); /* asynchronous work function */ argument
79 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 …]