Home
last modified time | relevance | path

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

/linux-6.12.1/fs/afs/
Dinternal.h128 struct afs_call { struct
129 const struct afs_call_type *type; /* type of call */ argument
130 wait_queue_head_t waitq; /* processes awaiting completion */
131 struct work_struct async_work; /* async I/O processor */
132 struct work_struct work; /* actual work processor */
133 struct work_struct free_work; /* Deferred free processor */
134 struct rxrpc_call *rxcall; /* RxRPC call handle */
135 struct rxrpc_peer *peer; /* Remote endpoint */
136 struct key *key; /* security for this call */
137 struct afs_net *net; /* The network namespace */
[all …]