Home
last modified time | relevance | path

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

/linux-6.15/fs/afs/
H A Dinternal.h128 struct afs_call { struct
134 struct rxrpc_call *rxcall; /* RxRPC call handle */
135 struct rxrpc_peer *peer; /* Remote endpoint */
136 struct key *key; /* security for this call */
162 enum afs_call_state state; argument
163 spinlock_t state_lock;
164 int error; /* error code */
165 u32 abort_code; /* Remote abort ID or 0 */
169 unsigned reply_max; /* maximum size of reply */
193 struct afs_call_type { argument
[all …]