Home
last modified time | relevance | path

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

/linux-6.8/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 rxrpc_call *rxcall; /* RxRPC call handle */
134 struct rxrpc_peer *peer; /* Remote endpoint */
135 struct key *key; /* security for this call */
136 struct afs_net *net; /* The network namespace */
137 struct afs_server *server; /* The fileserver record if fs op (pins ref) */
[all …]